Method: Chef::Application::Solo#setup_application
- Defined in:
- lib/chef/application/solo.rb
#setup_application ⇒ Object
170 171 172 173 174 175 176 |
# File 'lib/chef/application/solo.rb', line 170 def setup_application Chef::Daemon.change_privilege @chef_solo = Chef::Client.new @chef_solo.json_attribs = @chef_solo_json @chef_solo.node_name = Chef::Config[:node_name] end |