diff options
author | varac <varacanero@zeromail.org> | 2012-10-08 22:00:01 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-08 22:00:01 +0200 |
commit | 208ba98de3ab459d49303497587927fddcc30f12 (patch) | |
tree | e86b51fe67c0a1f2b6d19b19aee56a77923fb7d7 | |
parent | e373def213a4e55c37c7940195ea9cd33e604f2d (diff) |
second if for site_shorewall::eip
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 6 |
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'; } |