diff options
author | mh <mh@immerda.ch> | 2010-10-17 18:38:38 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-10-17 18:38:38 +0200 |
commit | f6ce1d046d5addcfced2431f93f51a7103570cf4 (patch) | |
tree | 38faeaa2497a0bdb6906688838a4f03c05a6e750 | |
parent | da31cd4009c292bf26ffc97ca052c0ee827f4dc9 (diff) | |
download | puppet-lighttpd-f6ce1d046d5addcfced2431f93f51a7103570cf4.tar.gz puppet-lighttpd-f6ce1d046d5addcfced2431f93f51a7103570cf4.tar.bz2 |
debian has no status cmd
-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, + } } |