summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 9653e76..0d1a113 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -7,6 +7,11 @@ 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,
}
case $lsbdistcodename {