aboutsummaryrefslogtreecommitdiffstats
path: root/Puppetfile_extras
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2017-03-06 10:02:16 -0700
committerAlex Schultz <aschultz@redhat.com>2017-03-06 12:33:53 -0700
commit37ba3a8db5e38955469e8bc9158388379d64abc8 (patch)
tree5cc4ad2f31df6b2a89a6841973fb9e4f4015d113 /Puppetfile_extras
parent292a7514379856f5dcd990216f55701f4169618a (diff)
Stop the chronyd service
Since the norpm provider can prevent the chronyd package from actually getting purged, we need to make sure the chronyd service is stopped and disabled so that it does not conflict with ntpd. Change-Id: I7a697aba7aa5a27ba4ab6e46018057f7f01dfab2 Closes-Bug: #1665426
Diffstat (limited to 'Puppetfile_extras')
-rw-r--r--Puppetfile_extras4
1 files changed, 4 insertions, 0 deletions
diff --git a/Puppetfile_extras b/Puppetfile_extras
index 7339074..05586a3 100644
--- a/Puppetfile_extras
+++ b/Puppetfile_extras
@@ -36,3 +36,7 @@ mod 'fdio',
mod 'certmonger',
:git => 'https://github.com/earsdown/puppet-certmonger',
:ref => 'v1.1.1'
+
+mod 'ntp',
+ :git => 'https://github.com/puppetlabs/puppetlabs-ntp',
+ :ref => '4.2.x'