Merge "Fix bug in setting udp ports"
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 10 Nov 2016 15:43:22 +0000 (15:43 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 10 Nov 2016 15:43:22 +0000 (15:43 +0000)
prototypes/puppet-infracloud/modules/opnfv/manifests/server.pp

index 6b608a7..fc9bf71 100644 (file)
@@ -22,7 +22,7 @@ class opnfv::server (
 
   class { 'iptables':
     public_tcp_ports => $iptables_public_tcp_ports,
-    public_udp_ports => $all_udp,
+    public_udp_ports => $iptables_public_udp_ports,
     rules4           => $iptables_rules4,
     rules6           => $iptables_rules6,
   }