Have all these use the same ntp config

This commit is contained in:
Kevin Fenzi 2015-07-23 20:05:39 +00:00
parent c517b616f8
commit 9a8425fe55
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@
- koji_builder
- name: ntp.conf
copy: src="{{ files }}/common/ntp.conf" dest=/etc/ntp.conf
copy: src="{{ roles }}/base/files/ntp/ntp.conf" dest=/etc/ntp.conf
tags:
- koji_builder

View file

@ -58,7 +58,7 @@
copy: src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers
- name: ntp.conf
copy: src="{{ files }}/common/ntp.conf" dest=/etc/ntp.conf
copy: src="{{ roles }}/base/files/ntp/ntp.conf" dest=/etc/ntp.conf
- name: enable ntpd
service: name=ntpd enabled=true state=started