Do not vendor cookbooks using Berkshelf anymore
Instead, use the Berkshelf support in knife-solo and the vagrant-berkshelf plugin on Vagrant
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
current_dir = File.dirname(__FILE__)
|
||||
|
||||
cookbook_path ["#{current_dir}/../cookbooks", "#{current_dir}/../site-cookbooks"]
|
||||
cookbook_path ["#{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"
|
||||
local_mode true # Chef local mode, replacing Solo
|
||||
chef_zero.enabled true
|
||||
|
||||
cookbook_copyright 'Kosmos'
|
||||
cookbook_license 'none'
|
||||
cookbook_email 'mail@kosmos.org'
|
||||
|
||||
# Disable knife-solo's Berkshelf integration, since we vendor all third party
|
||||
# cookbooks
|
||||
knife[:berkshelf] = false
|
||||
# Enable knife-solo's Berkshelf integration
|
||||
knife[:berkshelf] = true
|
||||
# Set Chef version installed by `knife solo prepare`
|
||||
knife[:bootstrap_version] = "14.11.21"
|
||||
Reference in New Issue
Block a user