diff options
author | varac <varacanero@zeromail.org> | 2012-10-09 00:48:21 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-09 00:48:21 +0200 |
commit | a3cd8ac7a637111281f32d6ed5c8e856fe5be973 (patch) | |
tree | d88f702c177ec567a9c9540c23ceac1465334db7 | |
parent | c716f40cf2011c3141e2e7150fd3f928ffac626a (diff) |
shorewall: need to sprecify protocol
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp index 8624af87..0902039c 100644 --- a/puppet/modules/site_shorewall/manifests/eip.pp +++ b/puppet/modules/site_shorewall/manifests/eip.pp @@ -7,7 +7,9 @@ class site_shorewall::eip { # define macro file { "/etc/shorewall/macro.leap_eip": - content => 'PARAM - - - 53,80,443,1194', } + content => 'PARAM - - tcp 53,80,443,1194 +PARAM - - udp 53,80,443,1194 +', } shorewall::interface {'tun0': zone => 'eip', |