summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-10-17 18:38:38 +0200
committermh <mh@immerda.ch>2010-10-17 18:38:38 +0200
commitf6ce1d046d5addcfced2431f93f51a7103570cf4 (patch)
tree38faeaa2497a0bdb6906688838a4f03c05a6e750
parentda31cd4009c292bf26ffc97ca052c0ee827f4dc9 (diff)
downloadpuppet-lighttpd-f6ce1d046d5addcfced2431f93f51a7103570cf4.tar.gz
puppet-lighttpd-f6ce1d046d5addcfced2431f93f51a7103570cf4.tar.bz2
debian has no status cmd
-rw-r--r--manifests/debian.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index a5d8fd0..d263509 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -7,4 +7,8 @@ class lighttpd::debian inherits lighttpd::base {
ensure => absent,
require => Package['lighttpd'];
}
+
+ Service['lighttpd']{
+ hasstatus => false,
+ }
}