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
When using -M solo, knife vault show reads on the chef server.
-M solo
Apparently chef has changed the semantic of solo and does not respect it the same way as before.
Setting Chef::Config[:solo_legacy_mode] fixes the issue (see lib/chef/knife/mixin/helper.rb)
The text was updated successfully, but these errors were encountered:
Use legacy solo mode
ff88f04
Fixes: #238 Signed-off-by: Thom May <[email protected]>
No branches or pull requests
When using
-M solo
, knife vault show reads on the chef server.Apparently chef has changed the semantic of solo and does not respect it the same way as before.
Setting Chef::Config[:solo_legacy_mode] fixes the issue (see lib/chef/knife/mixin/helper.rb)
The text was updated successfully, but these errors were encountered: