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
I tried to override the databag attributes (to use 'consul-server' databag) but it gives an error - unable to access 'consul' databag.
Here is my wrapper code:
node.default['consul']['bag_name'] = 'consul-server' node.default['consul']['bag_item'] = 'secrets'
It doesn't seem to use the config from file:/attributes/default.rb either.
default['consul']['bag_name'] = 'secrets' default['consul']['bag_item'] = 'consul'
The text was updated successfully, but these errors were encountered:
What does the wrapper cookbook look like? This should absolutely work.
Sorry, something went wrong.
I see the issue here.
94d9ca0
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
johnbellone
No branches or pull requests
I tried to override the databag attributes (to use 'consul-server' databag) but it gives an error - unable to access 'consul' databag.
Here is my wrapper code:
It doesn't seem to use the config from file:/attributes/default.rb either.
The text was updated successfully, but these errors were encountered: