aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-05-13 19:24:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-05-13 19:24:58 -0300
commit46c943f74e702ac279c6af9c89d1932a5e0661fc (patch)
tree922e482ce2a8304fd63d97ee3dc56184afbc312e
parent4b3c18a54dc21a29599c392061ee52dc2e3b1680 (diff)
downloadpuppet-nodo-46c943f74e702ac279c6af9c89d1932a5e0661fc.tar.gz
puppet-nodo-46c943f74e702ac279c6af9c89d1932a5e0661fc.tar.bz2
Fixing mumble firewall definition
-rw-r--r--manifests/subsystems/firewall/vserver.pp2
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 => '-',