Sha256: e7e5a68540126567138bdb48c10c8eb9369932e5ab25dfa84c395a05d5017189
Contents?: true
Size: 1.6 KB
Versions: 20
Compression:
Stored size: 1.6 KB
Contents
# # Chef Server Config File # # Dynamically generated by Chef - local modifications will be replaced log_level :info log_location <%= @server_log %> ssl_verify_mode :verify_none 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" validation_token "<%= @node[:bootstrap][:chef][:server_token] %>" cookbook_path [ "<%= @node[:bootstrap][:chef][:serve_path] %>/site-cookbooks", "<%= @node[:bootstrap][:chef][:serve_path] %>/cookbooks" ] file_cache_path "<%= @node[:bootstrap][:chef][:cache_path] %>" node_path "<%= @node[:bootstrap][:chef][:serve_path] %>/nodes" openid_store_path "<%= @node[:bootstrap][:chef][:path] %>/openid/store" openid_cstore_path "<%= @node[:bootstrap][:chef][:path] %>/openid/cstore" search_index_path "<%= @node[:bootstrap][:chef][:path] %>/search_index" role_path "<%= @node[:bootstrap][:chef][:serve_path] %>/roles" # See http://wiki.opscode.com/display/chef/Securing+Chef+Server # For more information on these settings. #authorized_openid_providers [ "https://<%= @node[:bootstrap][:chef][:server_fqdn]%>", "https://chef", "myopenid.com" ] #authorized_openid_identifiers [ "" ] Chef::Log::Formatter.show_time = <%= @show_time %>
Version data entries
20 entries across 20 versions & 1 rubygems