diff options
| -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 | 
