On Mon, Nov 28, 2011 at 6:02 AM, beamin melbin <[email protected]> wrote:
> I am currently using Puppet's firewall module:
>
> http://forge.puppetlabs.com/puppetlabs/firewall
>
> I am trying to have Puppet flush iptables before it applies firewall
> rules. I tried the following:

Are you trying to remove all rules that are not configured with puppet?
In which case the following will do but I'm not positive that is you want?

resources { 'firewall':
       purge => true
}

-- 
Steve Traylen

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" 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-users?hl=en.

Reply via email to