-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
library requires gem chef-vault but cookbook does not specify it #78
Comments
Hey There 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. |
You didn't specify what version of Chef you're running. See CHANGELOG.md quoted below. I suspect you're running an old unsupported version of chef-client.
|
Got the same error because I'm running this on Chef Infra 12.x.x. Probably worth a mention in the README. CHANGELOG is often overlooked especially for first time users |
Cookbook version
[Version of the cookbook where you are encountering the issue]
Using chef-vault (4.0.0)
Chef-client version
[Version of chef-client in your environment]
Test Kitchen version 1.25.0
Platform Details
[Operating system distribution and release version. Cloud provider if running in the cloud]
OEL 6.10
Scenario:
[What you are trying to achieve and you can't?]
Steps to Reproduce:
[If you are filing an issue what are the things we need to do in order to repro your problem? How are you using this cookbook or any resources it includes?]
depend on chef-vault causes this issue during kitchen run
Expected Result:
[What are you expecting to happen as the consequence of above reproduction steps?]
When I put
gem chef-vault
within my metadata.rb file this issue does not reproduce. This cookbook should reference the gem so that it can be found within the dependency tree.Actual Result:
[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.]
:(
The text was updated successfully, but these errors were encountered: