Sha256: 4203f6dad0044d59835ce9925886fda4ebf24ff713ab4e3a1e96ea331599b5b1
Contents?: true
Size: 613 Bytes
Versions: 19
Compression:
Stored size: 613 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 chef_server_url "http://chef.example.com:4000" validation_client_name "chef-validator" validation_key "/etc/chef/validation.pem" client_key "/etc/chef/client.pem" file_store_path "/srv/chef/file_store" file_cache_path "/srv/chef/cache" pid_file "/var/run/chef/chef-client.pid" Mixlib::Log::Formatter.show_time = true
Version data entries
19 entries across 19 versions & 1 rubygems