Sha256: ec04fd5a2d99baeb28203bc45237aa0fc7b9266d498611132f67c86b47ac5c44
Contents?: true
Size: 656 Bytes
Versions: 18
Compression:
Stored size: 656 Bytes
Contents
current_dir = File.dirname(__FILE__) log_level :debug log_location STDOUT node_name "<%= @user %>" client_key "#{current_dir}/<%= @user %>.pem" validation_client_name "chef-validator" validation_key "#{current_dir}/validation.pem" chef_server_url "http://<%= @chef_server %>:4000" cache_type "BasicFile" cookbook_path ['#{current_dir}/../cookbooks'] cache_options(:path => "#{current_dir}/checksums") <% if @librarian_chef -%> require 'librarian/chef/integration/knife' cookbook_path Librarian::Chef.install_path, "#{current_dir}/../site-cookbooks" <% end -%>
Version data entries
18 entries across 18 versions & 1 rubygems