From f6ce1d046d5addcfced2431f93f51a7103570cf4 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 17 Oct 2010 18:38:38 +0200 Subject: debian has no status cmd --- manifests/debian.pp | 4 ++++ 1 file changed, 4 insertions(+) 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, + } } -- cgit v1.2.3