Method: ChefCLI::Policyfile::Lister#http_client
- Defined in:
- lib/chef-cli/policyfile/lister.rb
#http_client ⇒ Object
185 186 187 188 189 |
# File 'lib/chef-cli/policyfile/lister.rb', line 185 def http_client @http_client ||= Chef::ServerAPI.new(config.chef_server_url, signing_key_filename: config.client_key, client_name: config.node_name) end |