chef-ingredient
chef-ingredient copied to clipboard
`chef-automatev2` tests fail with Chef Infra 16.2.44
When running the kitchen tests for chef-automatev2
with the current latest Chef Infra Client version (16.2.44), the converge fails with
================================================================================
Recipe Compile Error in /tmp/kitchen/cache/cookbooks/test/recipes/automatev2.rb
================================================================================
NoMethodError
-------------
undefined method `chef_automatev2' for cookbook: test, recipe: automatev2 :Chef::Recipe
Steps to Reproduce
- Execute
kitchen test chef-automatev2-centos-7
This same test with Chef Infra v16.1 has a different error: #258