Explicitly run Chef in local mode (replacement for Solo)
Fixes a crash when editing encrypted data bags with the knife solo plugin
This commit is contained in:
@@ -6,6 +6,7 @@ role_path "roles"
|
||||
environment_path "environments"
|
||||
data_bag_path "data_bags"
|
||||
encrypted_data_bag_secret "#{current_dir}/encrypted_data_bag_secret"
|
||||
local_mode true # Chef local mode, replacing Solo
|
||||
|
||||
cookbook_copyright 'Kosmos'
|
||||
cookbook_license 'none'
|
||||
|
||||
Reference in New Issue
Block a user