summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/eip.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-29 17:01:47 +0100
committervarac <varacanero@zeromail.org>2013-01-29 17:01:47 +0100
commit3f8c8b8f4b02dd1948d931945ab673e15f0e5089 (patch)
tree71e72ab7c74baf709c22c1d20422467674eeb052 /puppet/modules/site_shorewall/manifests/eip.pp
parentd0bec7ba086aadefba3655509db6c5b25b116bfb (diff)
start shorewall on deploy (fixes #1122)
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/eip.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/eip.pp2
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 57dc17e9..7de1510c 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'
+ if ( $::virtual == 'virtualbox') { $shorewall_startup='0' }
include site_shorewall::defaults