Sha256: 6dfa8aeb61f7b708b998ffd161fdd4a5c183400e48ba7867ad6498143e76c0c9
Contents?: true
Size: 488 Bytes
Versions: 60
Compression:
Stored size: 488 Bytes
Contents
current_dir = File.expand_path(File.dirname(__FILE__)) log_level :info log_location STDOUT node_name "berkshelf" client_key "#{current_dir}/berkshelf.pem" validation_client_name "chef-validator" validation_key "#{current_dir}/chef-validator.pem" chef_server_url "http://localhost:4000" cache_type 'BasicFile' cache_options( :path => "#{ENV['HOME']}/.chef/checksums" ) cookbook_path []
Version data entries
60 entries across 60 versions & 1 rubygems