Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
correct chef12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mburns committed Mar 16, 2018
1 parent a0bb341 commit 918ebe9
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 @@ -17,7 +17,7 @@ Vagrant.configure('2') do |config|
# doesn't already exist on the user's system.
config.vm.box_url = 'https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box'

config.omnibus.chef_version = '12.7.2'
config.omnibus.chef_version = '12.4.1'

# Assign this VM to a host-only network IP, allowing you to access it
# via the IP. Host-only networks can talk to the host machine as well as
Expand Down

0 comments on commit 918ebe9

Please sign in to comment.