diff options
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 815d027..7c3089b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -205,7 +205,6 @@ class shorewall { class shorewall::base { - # service { shorewall: ensure => running, enable => true, } package { 'shorewall': ensure => present, } |