From: mh Date: Sun, 17 Oct 2010 16:38:38 +0000 (+0200) Subject: debian has no status cmd X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f6ce1d046d5addcfced2431f93f51a7103570cf4;p=puppet-lighttpd.git debian has no status cmd --- 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, + } }