We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.2
12.12.15
Ubuntu 14.04
I want to install a chef client.
Use the chef_client resource
Chef client installs fine
"Cookbook chef_stack not found. If you're loading chef_stack from another cookbook, make sure you configure the dependency in your metadata"
Pretty sure this is because https://github.com/chef-cookbooks/chef-ingredient/blob/master/resources/client.rb#L86 which should be saying "chef-ingredient" not "chef_stack"
The text was updated successfully, but these errors were encountered:
Fixed in #186
Sorry, something went wrong.
Closing this out since it's been fixed and shipped
No branches or pull requests
Cookbook version
2.1.2
Chef-client version
12.12.15
Platform Details
Ubuntu 14.04
Scenario:
I want to install a chef client.
Steps to Reproduce:
Use the chef_client resource
Expected Result:
Chef client installs fine
Actual Result:
"Cookbook chef_stack not found. If you're loading chef_stack from another cookbook, make sure you configure the dependency in your metadata"
Pretty sure this is because https://github.com/chef-cookbooks/chef-ingredient/blob/master/resources/client.rb#L86 which should be saying "chef-ingredient" not "chef_stack"
The text was updated successfully, but these errors were encountered: