Skip to content

mikelococo/demo-berkshelf-17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-berkshelf-17

Repo to demo berkshelf issue 17: berkshelf/vagrant-berkshelf#17

Requirements

Usage

vagrant plugin install vagrant-lxc

vagrant plugin install vagrant-berkshelf

vagrant up --provider=lxc # This will complete successfully

vagrant ssh

ls /tmp/vagrant-chef-1/chef-solo-1/cookbooks/ # will show cookbooks have been loaded on guest

exit

vagrant provision # this will fail, unable to find any cookbooks

vagrant ssh

ls /tmp/vagrant-chef-1/chef-solo-1/cookbooks/ # will show no cookbooks loaded, empty dir instead

exit

vagrant halt

vagrant up # works again

Attributes

Recipes

Author

Author:: YOUR_NAME (<YOUR_EMAIL>)

Releases

No releases published

Packages

No packages published