summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-11-28 13:05:59 -0500
committerMicah Anderson <micah@riseup.net>2010-11-28 13:05:59 -0500
commitbb8ede5cfa0bdbdcc0244a590e6453f16d815cb6 (patch)
treede040d9e7cbf5373890411c94c147ffcfeb43382 /manifests/debian.pp
parenta01d979d414e8ee41829a1cea0c78b830cf07085 (diff)
debian's puppet initscript has status functionality
Conflicts: manifests/cron/base.pp manifests/debian.pp
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp5
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']{