summaryrefslogtreecommitdiff
path: root/puppet/modules
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-10-08 23:18:22 +0200
committervarac <varacanero@zeromail.org>2012-10-08 23:18:22 +0200
commit9398b62b4de978a782fd6ba8c8c1bb2237b4fa04 (patch)
tree8ba947b395daffd9b8a2f71c030369ffd7d8a4b4 /puppet/modules
parent492280a9d097fde4c1a9e43d7b0a079d1fe4e10f (diff)
shorewall: add empty source for masq
Diffstat (limited to 'puppet/modules')
-rw-r--r--puppet/modules/site_shorewall/manifests/eip.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp
index 9a4454f9..98a39837 100644
--- a/puppet/modules/site_shorewall/manifests/eip.pp
+++ b/puppet/modules/site_shorewall/manifests/eip.pp
@@ -21,7 +21,8 @@ class site_shorewall::eip {
interface => 'eth0'; }
shorewall::masq {'eth0':
- interface => 'eth0'; }
+ interface => 'eth0',
+ source => ''; }
shorewall::policy {
'all-to-all':