Sha256: 136b5ae128e49b0fe528327e5038f300dc4fedc877ce15fcafe0e57df5a9ab14

Contents?: true

Size: 1.2 KB

Versions: 20

Compression:

Stored size: 1.2 KB

Contents

#
# Chef Client Config File
#
# Dynamically generated by Chef - local modifications will be replaced
#

log_level          :info
log_location       <%= @client_log %>
ssl_verify_mode    :verify_none
<% if @node[:chef][:url_type] == "https" -%>
registration_url   "https://<%= @node[:chef][:server_fqdn] %>"
openid_url         "https://<%= @node[:chef][:server_fqdn] %>:444"
template_url       "https://<%= @node[:chef][:server_fqdn] %>"
remotefile_url     "https://<%= @node[:chef][:server_fqdn] %>"
search_url         "https://<%= @node[:chef][:server_fqdn] %>"
role_url           "https://<%= @node[:chef][:server_fqdn] %>"
<% else -%>
registration_url   "http://<%= @node[:chef][:server_fqdn] %>:4000"
openid_url         "http://<%= @node[:chef][:server_fqdn] %>:4001"
template_url       "http://<%= @node[:chef][:server_fqdn] %>:4000"
remotefile_url     "http://<%= @node[:chef][:server_fqdn] %>:4000"
search_url         "http://<%= @node[:chef][:server_fqdn] %>:4000"
role_url           "http://<%= @node[:chef][:server_fqdn] %>:4000"
<% end -%>

file_cache_path    "<%= @node[:chef][:cache_path] %>"

pid_file           "<%= @node[:chef][:run_path] %>/chef-client.pid"

Chef::Log::Formatter.show_time = <%= @show_time %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
poolparty-1.6.9 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.6.8 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.6.7 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.6.6 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.6.5 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.6.4 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.6.3 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.6.2 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.6.1 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.6.0 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.5.0 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.4.8 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.4.7 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.4.6 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.4.5 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.4.4 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.4.3 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.4.2 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.4.1 examples/chef_cloud/chef_repo/cookbooks/chef/templates/default/client.rb.erb
poolparty-1.4.0 examples/chef_cloud/chef-repo/cookbooks/chef/templates/default/client.rb.erb