diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-12-14 14:43:18 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-12-14 14:43:18 +0000 |
commit | 34ff14e92c9b4d6c95943528a544d50ca9cbe304 (patch) | |
tree | 840a37d7ecdf534f554442af4e5f232964310b43 | |
parent | 67587636a7fef31d08dfbd80b02db32c1d98096b (diff) | |
download | puppet-shorewall-34ff14e92c9b4d6c95943528a544d50ca9cbe304.tar.gz puppet-shorewall-34ff14e92c9b4d6c95943528a544d50ca9cbe304.tar.bz2 |
removed a commented definition
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@2855 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-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, } |