diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-13 19:24:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-13 19:24:58 -0300 |
commit | 46c943f74e702ac279c6af9c89d1932a5e0661fc (patch) | |
tree | 922e482ce2a8304fd63d97ee3dc56184afbc312e /manifests | |
parent | 4b3c18a54dc21a29599c392061ee52dc2e3b1680 (diff) | |
download | puppet-nodo-46c943f74e702ac279c6af9c89d1932a5e0661fc.tar.gz puppet-nodo-46c943f74e702ac279c6af9c89d1932a5e0661fc.tar.bz2 |
Fixing mumble firewall definition
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/firewall/vserver.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall/vserver.pp b/manifests/subsystems/firewall/vserver.pp index cef8748..30f3c39 100644 --- a/manifests/subsystems/firewall/vserver.pp +++ b/manifests/subsystems/firewall/vserver.pp @@ -446,7 +446,7 @@ class firewall::vserver::mumble($destination, $zone = 'fw') { action => 'DNAT', source => '$FW', destination => "$zone:$destination:64738", - proto => 'tcp', + proto => 'udp', destinationport => '64738', originaldest => "$ipaddress", ratelimit => '-', |