example42 / puppet-iptables

Iptables Puppet Module (for host based firewalling)
http://www.example42.com
Other
14 stars 41 forks source link

iptables::rule can't define target #4

Closed Aniem closed 12 years ago

Aniem commented 12 years ago

When defining with the help of iptables::rule new rules if we specify the target of the rule or the order in which it should be inserted, I get this error : Invalid parameter target

I am running on Debian 6 (squeeze), the puppet version being 2.6.2-5+squeeze6 from the debian stable repositories

alvagante commented 12 years ago

Can you post the actual code you use and the full output of the error lines?

Aniem commented 12 years ago

Problem Solved, it was me not calling iptables::rule but firewall.

My bad, sorry for the inconvenience