chef-cookbooks / iptables

Development repository for Chef Cookbook iptables
https://supermarket.chef.io/cookbooks/iptables
Apache License 2.0
102 stars 141 forks source link

Updating namespace for attribute-based rules. #82

Closed jqassar closed 6 years ago

jqassar commented 6 years ago

Description

The given example for building and looping over attributes to build rules works well, but it also (if unchanged) pulls in the default attributes for iptables, which generate invalid rules.

Issues Resolved

https://github.com/chef-cookbooks/iptables/issues/81

Check List

Signed-off-by: Jerry Qassar jqassar@gmail.com

tas50 commented 6 years ago

Thanks for the fix