Initial Chef repository
This commit is contained in:
8
.chef/knife.rb
Normal file
8
.chef/knife.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user