diff --git a/puppet/manifests/init.pp b/puppet/manifests/init.pp index ce9c972..16aeb97 100644 --- a/puppet/manifests/init.pp +++ b/puppet/manifests/init.pp @@ -77,8 +77,6 @@ class puppet::manual inherits puppet::client { Service["puppet"] { ensure => undef, - hasrestart => undef, - restart => "/bin/echo 'Puppet restart requested, re-run puppet manually.' ; /bin/false", enable => false, }