diff options
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r-- | manifests/debian.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp index e046e27..9f33c64 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -7,11 +7,6 @@ class puppet::debian inherits puppet::linux { "puppet:///modules/puppet/client/debian/puppet" ], notify => Service[puppet], owner => root, group => 0, mode => 0644; - } - - # there is really no status cmd for it - Service[puppet]{ - hasstatus => false, } File['/etc/cron.d/puppetd.cron']{ |