diff options
author | varac <varacanero@zeromail.org> | 2012-10-08 23:18:22 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-08 23:18:22 +0200 |
commit | 9398b62b4de978a782fd6ba8c8c1bb2237b4fa04 (patch) | |
tree | 8ba947b395daffd9b8a2f71c030369ffd7d8a4b4 /puppet | |
parent | 492280a9d097fde4c1a9e43d7b0a079d1fe4e10f (diff) |
shorewall: add empty source for masq
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 3 |
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': |