Merge pull request #12124 from justinsb/install_ntpd

AWS: Install ntp daemon on all nodes
This commit is contained in:
Marek Grabowski 2015-08-03 14:38:28 +02:00
commit 0b3f21715f
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,11 @@
ntp:
pkg:
- installed
ntp-service:
service:
- running
- name: ntp
- watch:
- pkg: ntp

View File

@ -3,6 +3,9 @@ base:
- base
- debian-auto-upgrades
- salt-helpers
{% if grains.get('cloud') == 'aws' %}
- ntp
{% endif %}
'roles:kubernetes-pool':
- match: grain