From b63233ad123a8692f466883e6603f6feefddb4b8 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 14 Feb 2011 18:32:20 -0500 Subject: Revert "debian's puppet initscript has status functionality", this seems to have been a mistake in a merge commit This reverts commit bb8ede5cfa0bdbdcc0244a590e6453f16d815cb6. --- manifests/debian.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/debian.pp') 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 { -- cgit v1.2.3