diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:50:57 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:50:57 -0200 |
commit | 1775ab5fb521c89f3df288341a0598f1edfaf1a1 (patch) | |
tree | 107e3818a7f9e6077d263af539e08750ac83e0f5 | |
parent | ecc52a1acd916d3d3eb1b9297bfadef7f1110b9b (diff) | |
download | puppet-ntp-1775ab5fb521c89f3df288341a0598f1edfaf1a1.tar.gz puppet-ntp-1775ab5fb521c89f3df288341a0598f1edfaf1a1.tar.bz2 |
Remove ntp service resource at ntpdate --config
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 09afea9..3e7e4e3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -77,10 +77,4 @@ class ntpdate inherits timezone { require => Package["ntpdate"], } - # ensure ntp service is stopped - service { "ntp": - enable => false, - ensure => false, - } - } |