Commit 0b3f2171 authored by Marek Grabowski's avatar Marek Grabowski

Merge pull request #12124 from justinsb/install_ntpd

AWS: Install ntp daemon on all nodes
parents 8dd11710 463458bf
ntp:
pkg:
- installed
ntp-service:
service:
- running
- name: ntp
- watch:
- pkg: ntp
......@@ -3,6 +3,9 @@ base:
- base
- debian-auto-upgrades
- salt-helpers
{% if grains.get('cloud') == 'aws' %}
- ntp
{% endif %}
'roles:kubernetes-pool':
- match: grain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment