diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2017-05-24 13:12:24 -0500 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2017-05-24 13:12:24 -0500 |
commit | 18e1b3628ca1642f51ae0dbf07b5ab2f2c05a1b1 (patch) | |
tree | 8fbf981b7d6b24745539e312305ed8f6448d7873 /lib/chef | |
parent | cb925c9c52fe20d18120fbb8f83156962c5017e2 (diff) | |
download | chef-18e1b3628ca1642f51ae0dbf07b5ab2f2c05a1b1.tar.gz |
Make non-legacy solo use socketless mode.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/application/solo.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb index 2705a930ae..f246b1946a 100644 --- a/lib/chef/application/solo.rb +++ b/lib/chef/application/solo.rb @@ -257,6 +257,7 @@ class Chef::Application::Solo < Chef::Application end Chef::Config[:local_mode] = true + Chef::Config[:listen] = false else configure_legacy_mode! end |