From f5858a8a6e21d689a9aab900a8697b03a1194319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 10 Oct 2019 12:34:08 +0200 Subject: [PATCH] Remove unneeded setting In Chef 15 local_mode is enough --- .chef/config.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/.chef/config.rb b/.chef/config.rb index 13ce725..cd8442c 100644 --- a/.chef/config.rb +++ b/.chef/config.rb @@ -7,7 +7,6 @@ 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 -chef_zero.enabled true cookbook_copyright 'Kosmos' cookbook_license 'none'