From: mh Date: Thu, 17 Jul 2008 15:38:13 +0000 (+0000) Subject: silly debian-init.d-script doesn't have a status command X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2c77b9f96bc799ec7224c153790ec076d01f6306;p=puppet-shorewall.git silly debian-init.d-script doesn't have a status command git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1873 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index 7c2381d..815d027 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -264,4 +264,7 @@ class shorewall::debian inherits shorewall::base { notify => Service['shorewall'], owner => root, group => 0, mode => 0644; } + Service['shorewall']{ + status => '/sbin/shorewall status' + } }