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

ip_tables 7.0.0 failing because of an unknown check

hsiddiqui opened this issue · comments

Cookbook version

7.0.0

Chef-client version

13.4.19

Platform Details

Vagrant with Virtualbox image hbsmith/awslinux

Steps to Reproduce

Include openssh recipe 2.6 which brings in iptables 7.0.0

Expected Result

The openssh recipe runs without any issues

Actual Result

ArgumentError: Validation map has unknown check: description
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/mixin/params_validate.rb:109:in `block (2 levels) in validate'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/mixin/params_validate.rb:104:in `each'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/mixin/params_validate.rb:104:in `block in validate'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/mixin/params_validate.rb:94:in `each'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/mixin/params_validate.rb:94:in `validate'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/property.rb:473:in `validate'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/property.rb:677:in `coerce_and_validate'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/property.rb:658:in `input_to_stored_value'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/property.rb:131:in `initialize'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/property.rb:51:in `new'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/property.rb:51:in `derive'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/mixin/properties.rb:147:in `property_type'
/opt/chef/embedded/lib/ruby/gems/2.4.0/gems/chef-13.4.19/lib/chef/mixin/properties.rb:127:in `property'
/var/chef/cache/cookbooks/iptables/resources/chain.rb:3:in `class_from_file'

Hey There
It looks like this is the first issue you've filed against the chef-cookbooks project. I'm here to offer you a bit of extra help to make sure we can quickly get back to you.
Make sure you've filled out all the fields in our issue template. Make sure you've provided us with the version of chef-client you're running, your operating system and the version of the cookbook. If you're not using the most up to date version of the cookbook then please make sure to update first. Lots of things change between versions even if you're issue isn't listed in the changelog. Finally please give us a detailed description of the issue you're having. The more we know about what you're trying to do, what actually happens, and how you can reproduce the problem, the better.

If you're looking for more immediate troubleshooting help make sure to check out #general on the Chef Community Slack. There's plenty of folks there willing to lend a helping hand. Thanks for the first issue. We hope we can get back to you soon with a solution.

I am also seeing this

Hey, This seems to be an issue with the openssh cookbook, could you open an issue over there and we can get this fixed