]> gitweb.fluxo.info Git - puppet-lighttpd.git/commitdiff
debian has no status cmd
authormh <mh@immerda.ch>
Sun, 17 Oct 2010 16:38:38 +0000 (18:38 +0200)
committermh <mh@immerda.ch>
Sun, 17 Oct 2010 16:38:38 +0000 (18:38 +0200)
manifests/debian.pp

index a5d8fd09203535d8e0102d70ba5188296c06e5fd..d2635094b8f3b257dbcb1a56c3afc00b8ee87706 100644 (file)
@@ -7,4 +7,8 @@ class lighttpd::debian inherits lighttpd::base {
       ensure => absent,
       require => Package['lighttpd'];
   }
+
+  Service['lighttpd']{
+    hasstatus => false,
+  }
 }