From 46c943f74e702ac279c6af9c89d1932a5e0661fc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 May 2012 19:24:58 -0300 Subject: Fixing mumble firewall definition --- manifests/subsystems/firewall/vserver.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => '-', -- cgit v1.2.3