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.donarmstrong.com/?a=commitdiff_plain;h=47d3982f22efc2ecabeba76c6bf6cf6b3911cca3;p=dsa-puppet.git Do not run ntpd for now --- diff --git a/modules/ntp/manifests/init.pp b/modules/ntp/manifests/init.pp index 35f0669d..4f6ff683 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'] }