diff options
author | Micah Anderson <micah@riseup.net> | 2011-02-16 14:29:36 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2011-02-16 14:29:36 -0500 |
commit | 64494abad761e4781ac0dd730e7948feadcd65e6 (patch) | |
tree | b0774383fb794f5e631c758b145fdcc08bdd1a18 | |
parent | b63233ad123a8692f466883e6603f6feefddb4b8 (diff) |
remove duplicated hasstatus parameter on Service[puppet]
-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 |