diff options
| -rw-r--r-- | manifests/debian.pp | 4 | 
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, +  }  }  | 
