summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-17 15:38:13 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-17 15:38:13 +0000
commit2c77b9f96bc799ec7224c153790ec076d01f6306 (patch)
treecb741d0b7843e79048466f2433923a4b08a93e6b
parentc3e6cc836b600a56fec2593fd1599be7ec20829b (diff)
downloadpuppet-shorewall-2c77b9f96bc799ec7224c153790ec076d01f6306.tar.gz
puppet-shorewall-2c77b9f96bc799ec7224c153790ec076d01f6306.tar.bz2
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
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
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'
+ }
}