Issue #12439 has been reported by Daniel Black.

----------------------------------------
Bug #12439: firewall resources not being created - was in catalog
https://projects.puppetlabs.com/issues/12439

Author: Daniel Black
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 2.6.2
Keywords: firewall, resources
Branch: 



The other db servers are getting their iptables rules managed:

<pre>
node 'tx-db01.thereadingroom.com'
 ,'tx-db02.thereadingroom.com'
 ,'tx-dbslave-01.thereadingroom.com'
 ,'tx-dbslave-02.thereadingroom.com'
 inherits base
{
        class { 'dbserver': }
</pre>

<pre>
tx-db02:/var/log$ sudo iptables -nvL
Chain INPUT (policy ACCEPT 7795K packets, 11G bytes)
 pkts bytes target     prot opt in     out     source               destination 
        

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        

Chain OUTPUT (policy ACCEPT 4429K packets, 340M bytes)
 pkts bytes target     prot opt in     out     source               destination 
 
</pre>

Firewall is the puppetlabs-firewall module (forked with a few fixes 
https://github.com/grooverdan/puppetlabs-firewall - mainly ip chains 
development #10162 ) . dualstackfirewall is the defination from #11440

$ puppet --version
2.6.2

Catalog and puppet --test --debug output as attached


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to