From: Peter Palfrader Date: Sat, 20 Dec 2014 13:30:48 +0000 (+0000) Subject: Do not run ntpd for now X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=47d3982f22efc2ecabeba76c6bf6cf6b3911cca3;p=mirror%2Fdsa-puppet.git Do not run ntpd for now --- diff --git a/modules/ntp/manifests/init.pp b/modules/ntp/manifests/init.pp index 35f0669d0..4f6ff6832 100644 --- a/modules/ntp/manifests/init.pp +++ b/modules/ntp/manifests/init.pp @@ -5,7 +5,7 @@ class ntp { } service { 'ntp': - ensure => running, + ensure => stopped, require => Package['ntp'] }