Skip to content

Commit

Permalink
Merge pull request #20 from mlafeldt/chef_11_10
Browse files Browse the repository at this point in the history
Update to Chef 11.10.0
  • Loading branch information
mlafeldt committed Feb 7, 2014
2 parents 89ecad3 + a8893ca commit ea74097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ driver:

provisioner:
name: chef_solo
require_chef_omnibus: 11.6.2
require_chef_omnibus: 11.10.0

platforms:
- name: ubuntu-12.04
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vagrant.configure("2") do |config|

unless ENV["VAGRANT_NO_PLUGINS"]
# Install Chef using vagrant-omnibus plugin
config.omnibus.chef_version = "11.6.2"
config.omnibus.chef_version = "11.10.0"
end

# Configure Chef Solo provisioner
Expand Down

0 comments on commit ea74097

Please sign in to comment.