From 2c77b9f96bc799ec7224c153790ec076d01f6306 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 17 Jul 2008 15:38:13 +0000 Subject: 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 --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests') 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' + } } -- cgit v1.2.3