summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-05-25 15:32:44 -0500
committerNoah Kantrowitz <noah@coderanger.net>2017-05-25 15:32:44 -0500
commitc1a9cf211ba7020fedaca54966603ba6bbceca2c (patch)
tree781e385076d727b1a84dafda9afa0f3cdfe2462b
parented418fe8d72d1a849569e6f4f41b6ea0a4b019f7 (diff)
downloadchef-c1a9cf211ba7020fedaca54966603ba6bbceca2c.tar.gz
Missed this which makes some smoke tests for chef-shell fail.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
-rw-r--r--chef-config/lib/chef-config/config.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index 0666dd869d..beb78f25d0 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -381,10 +381,7 @@ module ChefConfig
# Whether Chef Zero local mode should bind to a port. All internal requests
# will go through the socketless code path regardless, so the socket is
# only needed if other processes will connect to the local mode server.
- #
- # For compatibility this is set to true but it will be changed to false in
- # the future.
- default :listen, true
+ default :listen, false
config_context :chef_zero do
config_strict_mode true