Re: [Puppet Users] A working firewall module

2011-07-11 Thread Brian Gupta
On Sun, Jul 10, 2011 at 12:15 PM, Ronen Narkis wrote: > Iv been going through a multitude of firewall modules not being able to > find a simple module that open and closes ports on Redhat/Centos 5.6 > > All the modules that iv tried keep open ports multiple times (each time > puppet agent runs):

Re: [Puppet Users] A working firewall module

2011-07-10 Thread Ken Barber
> Among the modules iv tried: > > https://github.com/puppetlabs/puppetlabs-firewall What was the problem you had with this module? ken. -- "Join us for PuppetConf, September 22nd and 23rd in Portland, OR: http://bit.ly/puppetconfsig"; -- You received this message because you are subscribed t

[Puppet Users] A working firewall module

2011-07-10 Thread Ronen Narkis
Iv been going through a multitude of firewall modules not being able to find a simple module that open and closes ports on Redhat/Centos 5.6 All the modules that iv tried keep open ports multiple times (each time puppet agent runs): ACCEPT -A INPUT -p tcp -m multiport --dports 80 -m comment --co