diff options
author | varac <varacanero@zeromail.org> | 2012-10-30 12:41:17 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-30 12:41:17 +0100 |
commit | 9586f6ec95b6bdba7ca3df4135055f2cced9e972 (patch) | |
tree | f96bc12aabdebbad325418a30dfef8e3e6fc65e3 /puppet | |
parent | 38bb67fa4238dda60e1a140f38f4450a4f8a8ca9 (diff) |
start shorewall by default
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp index a5af0dde..34268125 100644 --- a/puppet/modules/site_shorewall/manifests/eip.pp +++ b/puppet/modules/site_shorewall/manifests/eip.pp @@ -1,7 +1,7 @@ class site_shorewall::eip { # be safe for development - $shorewall_startup='0' + #$shorewall_startup='0' include site_shorewall::defaults |