summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/eip.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-08 22:03:06 +0200
committervarac <varacanero@zeromail.org>2012-10-08 22:03:06 +0200
commit949ab1afa57771f44371da6da5e510056ada6d3b (patch)
tree09878f700f5a5ab6cd1c034dcb085cd6e6fdc101 /puppet/modules/site_shorewall/manifests/eip.pp
parent208ba98de3ab459d49303497587927fddcc30f12 (diff)
shorewall: + dns,http
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/eip.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/eip.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp
index 1ef0c48f..1e458b1a 100644
--- a/puppet/modules/site_shorewall/manifests/eip.pp
+++ b/puppet/modules/site_shorewall/manifests/eip.pp
@@ -44,5 +44,15 @@ class site_shorewall::eip {
destination => 'all',
action => 'OpenVPN(ACCEPT)',
order => 200;
+ 'fw2all-http':
+ source => '$FW',
+ destination => 'all',
+ action => 'HTTP(ACCEPT)',
+ order => 200;
+ 'fw2all-DNS':
+ source => '$FW',
+ destination => 'all',
+ action => 'DNS(ACCEPT)',
+ order => 200;
}
}