Sha256: 7d36756baeabddb2777ab6761627f045647d11ded98b17f212877879edbb4ca8
Contents?: true
Size: 1.37 KB
Versions: 20
Compression:
Stored size: 1.37 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[:bootstrap][:chef][:url_type] == "https" -%> registration_url "https://<%= @node[:bootstrap][:chef][:server_fqdn] %>" openid_url "https://<%= @node[:bootstrap][:chef][:server_fqdn] %>:444" template_url "https://<%= @node[:bootstrap][:chef][:server_fqdn] %>" remotefile_url "https://<%= @node[:bootstrap][:chef][:server_fqdn] %>" search_url "https://<%= @node[:bootstrap][:chef][:server_fqdn] %>" role_url "https://<%= @node[:bootstrap][:chef][:server_fqdn] %>" <% else -%> registration_url "http://<%= @node[:bootstrap][:chef][:server_fqdn] %>:4000" openid_url "http://<%= @node[:bootstrap][:chef][:server_fqdn] %>:4001" template_url "http://<%= @node[:bootstrap][:chef][:server_fqdn] %>:4000" remotefile_url "http://<%= @node[:bootstrap][:chef][:server_fqdn] %>:4000" search_url "http://<%= @node[:bootstrap][:chef][:server_fqdn] %>:4000" role_url "http://<%= @node[:bootstrap][:chef][:server_fqdn] %>:4000" <% end -%> file_cache_path "<%= @node[:bootstrap][:chef][:cache_path] %>" pid_file "<%= @node[:bootstrap][:chef][:run_path] %>/chef-client.pid" Chef::Log::Formatter.show_time = <%= @show_time %>
Version data entries
20 entries across 20 versions & 1 rubygems