From 5a0323722ac98879fc7da51f82b2d0a3a2579b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 14 Feb 2017 11:39:15 +0100 Subject: [PATCH] Explicitly run Chef in local mode (replacement for Solo) Fixes a crash when editing encrypted data bags with the knife solo plugin --- .chef/knife.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/.chef/knife.rb b/.chef/knife.rb index e83dcee..f307d82 100644 --- a/.chef/knife.rb +++ b/.chef/knife.rb @@ -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'