-
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
Helpers do not work with kitchen test as expected #92
Comments
I would also be willing to assist in any dev that may or may not be required to fix this, assuming it isn't user error 👍 |
+1
|
If somebody is googling this.
and placing the data_bag to test/fixtures/data_bags/vault/splunk__default.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not proficient in Ruby, but It appears that the method being used in this fallback handling (
vault?
) raises an exception that isn't handled in this helper, so instead of ever going to the "databag_falback" case it instead just hard stops and errors. The chef output in my kitchen test shows that it is resolving "chef-vault (4.0.3)".https://github.com/chef/chef-vault/blob/master/lib/chef-vault/item.rb#L320
Escalating from a comment in another issue to its own issue as it still presents on new chef versions (initially wondered if it was relevant to being on such an old release). #64 (comment)
The text was updated successfully, but these errors were encountered: