-- This account not approved for unencrypted proprietary information --
Chris O'Donnell
unread,
Mar 27, 2012, 9:36:46 PM3/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
I just went through this last week. This isn't available in the stable 0.4 release from puppetforge, you need to get the current master branch from https://github.com/kbarber/puppetlabs-firewall
Once you get this, you can do this:
firewallchain { 'INPUT:filter:IPv4':
policy => 'drop',
}
Note I've not tried formatting my rules as you have, but the above worked for me. Also note that this has only been in the master branch in Github for about a week, so if you find a bug, please submit it.