Sha256: 227f651faa2ddbeceea33f77fc0499d0f18218439d0f396f8813edd62988215f
Contents?: true
Size: 987 Bytes
Versions: 78
Compression:
Stored size: 987 Bytes
Contents
log_level <%= log_level.inspect %> log_location STDOUT <% if node_name %> node_name "<%= node_name %>" <% end %> ssl_verify_mode :verify_none chef_server_url "<%= chef_server_url %>" validation_client_name "<%= validation_client_name %>" validation_key "<%= validation_key %>" client_key "<%= client_key %>" encrypted_data_bag_secret "<%= encrypted_data_bag_secret %>" <% unless environment.nil? %> environment "<%= environment %>" <% end %> file_cache_path "<%= file_cache_path %>" file_backup_path "<%= file_backup_path %>" http_proxy <%= http_proxy.inspect %> http_proxy_user <%= http_proxy_user.inspect %> http_proxy_pass <%= http_proxy_pass.inspect %> https_proxy <%= https_proxy.inspect %> https_proxy_user <%= https_proxy_user.inspect %> https_proxy_pass <%= https_proxy_pass.inspect %> no_proxy <%= no_proxy.inspect %> pid_file "/var/run/chef/chef-client.pid" Mixlib::Log::Formatter.show_time = true
Version data entries
78 entries across 78 versions & 11 rubygems