We are using the puppetlabs-firewall module 
(https://forge.puppetlabs.com/puppetlabs/firewall) and we were having the 
issue where by the rules would cause the client to lose connectivity on 
it's first run. We solved these issues using the advise found 
here: 
https://github.com/puppetlabs/puppetlabs-firewall/issues/239#issuecomment-26443579

But no we are having an issue in that our "pre" rules do not get applied 
even on successive runs of puppet. Our logic for firewall in site.pp is:

class firewall-myrules {

        Firewall {
                before  => Class['my-firewall-base::post'],
                require => Class['my-firewall-base::pre'],
        }

        class { ['my-firewall-base::pre', 'firewall', 
'my-firewall-base::post']: }
        ->
        resources { 'firewall': purge => true }
}

Any ideas what might be causing these issues?

-- 
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/7d308d7d-fdbe-46e4-8f93-031a7cd986e5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to