diff options
-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 0d1a113..4adc8c9 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -9,11 +9,6 @@ class puppet::debian inherits puppet::linux { owner => root, group => 0, mode => 0644; } - # there is really no status cmd for it - Service[puppet]{ - hasstatus => false, - } - case $lsbdistcodename { squeeze,sid: { $real_puppet_hasstatus = true |