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:
parent
ccaab2f42d
commit
5a0323722a
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user