Hi,

I'm trying to manage iptables with 'puppetlabs/firewall/1.0.2'. I use hiera 
to pass arguments to the firewall module like that:

'032 accept dns traffic':
    source: '0.0.0.0/0'
    dport: '53'

My problem is that after applying the configuration to a node iptables -nL 
shows:

ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            multiport 
dports 53 /* 032 accept dns traffic */

As you can see even though I passed only one port iptables is set to 
multiports. Any idea how to fix that?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/79ca28ca-b882-463f-bd9a-d93b9623bf6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to