summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/eip.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-08 22:00:01 +0200
committervarac <varacanero@zeromail.org>2012-10-08 22:00:01 +0200
commit208ba98de3ab459d49303497587927fddcc30f12 (patch)
treee86b51fe67c0a1f2b6d19b19aee56a77923fb7d7 /puppet/modules/site_shorewall/manifests/eip.pp
parente373def213a4e55c37c7940195ea9cd33e604f2d (diff)
second if for site_shorewall::eip
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/eip.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/eip.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp
index bfa77206..1ef0c48f 100644
--- a/puppet/modules/site_shorewall/manifests/eip.pp
+++ b/puppet/modules/site_shorewall/manifests/eip.pp
@@ -9,8 +9,14 @@ class site_shorewall::eip {
zone => 'eip',
rfc1918 => $shorewall_rfc1918_maineth,
options => 'tcpflags,blacklist,nosmurfs'; }
+ shorewall::interface {'tun1':
+ zone => 'eip',
+ rfc1918 => $shorewall_rfc1918_maineth,
+ options => 'tcpflags,blacklist,nosmurfs'; }
+
shorewall::zone {'eip':
type => 'ipv4'; }
+
shorewall::routestopped {'eth0':
interface => 'eth0'; }