diff options
-rw-r--r-- | modules/puppet/manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/puppet/manifests/init.pp b/modules/puppet/manifests/init.pp index 8771353c..4fc38211 100644 --- a/modules/puppet/manifests/init.pp +++ b/modules/puppet/manifests/init.pp @@ -23,7 +23,6 @@ class puppet { } service { puppet: - ensure => stopped, enable => false, hasstatus => true, } |