Added one more cookbook location to Vagrantfile

This commit is contained in:
Mike Scherbakov 2012-07-05 20:35:24 +04:00
parent b0a12bd1a5
commit d9e3bc4d89
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -26,7 +26,7 @@ cp -r /vagrant/binaries/bootstrap/initrd.gz /var/lib/mirror/bootstrap/
mkdir -p /tmp/chef
cat <<-EOF > /tmp/chef/solo.rb
cookbook_path '/vagrant/cookbooks'
cookbook_path ['/vagrant/cookbooks', '/vagrant/cooks/cookbooks']
EOF
cat <<-EOF > /tmp/chef/solo.json