diff options
-rw-r--r-- | manifests/init.pp | 3 |
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' + } } |