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:
Greg Karékinian 2017-02-14 11:39:15 +01:00
parent ccaab2f42d
commit 5a0323722a

View File

@ -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'