Method: Chef::LocalMode.destroy_server_connectivity
- Defined in:
- lib/chef/local_mode.rb
.destroy_server_connectivity ⇒ Object
If chef_zero_server is non-nil, stop it and remove references to it.
98 99 100 101 102 103 |
# File 'lib/chef/local_mode.rb', line 98 def self.destroy_server_connectivity if @chef_zero_server @chef_zero_server.stop @chef_zero_server = nil end end |