summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-02-16 14:29:36 -0500
committerMicah Anderson <micah@riseup.net>2011-02-16 14:29:36 -0500
commit64494abad761e4781ac0dd730e7948feadcd65e6 (patch)
treeb0774383fb794f5e631c758b145fdcc08bdd1a18
parentb63233ad123a8692f466883e6603f6feefddb4b8 (diff)
remove duplicated hasstatus parameter on Service[puppet]
-rw-r--r--manifests/debian.pp5
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