This commit is contained in:
Kevin Fenzi 2013-06-03 23:50:47 +00:00
parent e6e1e06ba1
commit 44d3c8d07a

View file

@ -4,5 +4,16 @@
action: yum state=installed name=$item
with_items:
- sigul
- ntp
- ntpdate
tags:
- packages
- name: ntp steptickers
action: copy src=$files/common/step-tickers dest=/etc/ntp/step-tickers
- name: ntp.conf
action: copy src=$files/common/ntp.conf dest=/etc/ntp.conf
- name: enable ntpd
action: service name=ntpd enabled=true state=started