Skip to content

Commit

Permalink
Merge pull request #817 from loewis/issue815
Browse files Browse the repository at this point in the history
Downgrade Chef to 11.18.12. Closes #815.
  • Loading branch information
berkerpeksag committed Aug 25, 2015
2 parents 88ee810 + 3252ecc commit d901f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# some recipes and/or roles.
#
config.vm.provision :chef_solo do |chef|
chef.version = "11.18.12" # issue #815
chef.cookbooks_path = "chef/cookbooks"
chef.roles_path = "chef/roles"
chef.add_role "python-dev-box"
Expand Down

0 comments on commit d901f0f

Please sign in to comment.