Sha256: 198d78477e450a7cbcd5391caac3a389f02ee64b63a3c06b0d2946a1f7c35871
Contents?: true
Size: 700 Bytes
Versions: 20
Compression:
Stored size: 700 Bytes
Contents
# # Example Chef Client Config File # # We recommend using Opscode's chef cookbook for managing chef itself, # instead of using this file. It is provided as an example. log_level :info log_location STDOUT ssl_verify_mode :verify_none registration_url "https://chef.localdomain" openid_url "https://chef.localdomain" template_url "https://chef.localdomain" remotefile_url "https://chef.localdomain" search_url "https://chef.localdomain" role_url "https://chef.localdomain" file_store_path "/srv/chef/file_store" file_cache_path "/srv/chef/cache" pid_file "/var/run/chef/chef-client.pid" Chef::Log::Formatter.show_time = true
Version data entries
20 entries across 20 versions & 1 rubygems