Skip to content

Commit

Permalink
Pin to 12.3.x to avoid 'cheffile' error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Willis committed Jul 17, 2015
1 parent 1c0caad commit f5a30b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Vagrant.configure("2") do |config|

config.omnibus.chef_version = :latest
config.omnibus.chef_version = "12.3.0"
config.vm.box = "opscode-centos-6.4"
config.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.4_chef-provisionerless.box"

Expand Down

0 comments on commit f5a30b7

Please sign in to comment.