Re: [Puppet Users] Re: puppetlabs-firewall issue

2014-07-02 Thread Pablo Morales
Cory Thank you very much!!! that was the issue... target prot opt source destination ACCEPT icmp -- 0.0.0.0/00.0.0.0/0 /* 000 accept all icmp */ ACCEPT all -- 0.0.0.0/00.0.0.0/0 /* 001 accept all to lo interface *

Re: [Puppet Users] Re: puppetlabs-firewall issue

2014-07-02 Thread Cory Stoker
Hmm... Do you have plugin sync turned on in the agent config? Should see something like pluginsync = true in your puppet.conf. The error specified seems to be having an issue fining the type which is sync'ed from the master to the agents through plugin sync. On Tue, Jul 1, 2014 at 1:50 PM, Pabl

[Puppet Users] Re: puppetlabs-firewall issue

2014-07-01 Thread Pablo Morales
If it helps this is what I see when running in debug mode: debug: /Stage[main]/My_fw::Post/Firewall[999 drop all]/require: requires Class[My_fw::Pre] debug: /Stage[main]/My_fw::Pre/Firewall[001 accept all to lo interface]/before: requires Firewall[002 accept related established rules] debug: /St