From 37ba3a8db5e38955469e8bc9158388379d64abc8 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 6 Mar 2017 10:02:16 -0700 Subject: 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 --- Puppetfile_extras | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Puppetfile_extras') 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' -- cgit 1.2.3-korg