chef-cookbooks / iptables

Development repository for Chef Cookbook iptables

Home Page:https://supermarket.chef.io/cookbooks/iptables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update documentation to use `rule` instead of `iptables_rule`

kenmacleod opened this issue · comments

iptables_rule was changed to rule in 1.0 (per the README) but the examples still say iptables_rule.

On a side note, it's unfortunate that this cookbook takes such a generic resource name rule. It may have been better as iptable_rule when it was converted to a custom resource.

commented

This cookbook defines custom resources iptables_rule and iptables_rule6

Please review the Chef Custom Resources documentation for additional info