chef/.chef/knife.rb
Greg Karékinian 78708414f4 Replace the default boilerplate cookbook maintainer and email
Also add it to knife.rb so new cookbooks are generated with the right
ones
2016-04-22 12:49:24 +02:00

13 lines
452 B
Ruby

current_dir = File.dirname(__FILE__)
cookbook_path ["#{current_dir}/../cookbooks", "#{current_dir}/../site-cookbooks"]
node_path "nodes"
role_path "roles"
environment_path "environments"
data_bag_path "data_bags"
encrypted_data_bag_secret "#{current_dir}/encrypted_data_bag_secret"
cookbook_copyright 'Kosmos'
cookbook_license 'none'
cookbook_email 'mail@kosmos.org'