Skip to content

Commit

Permalink
using the latest kitchen-vagrant 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdxp committed Aug 13, 2013
1 parent c7e51a3 commit a2c9171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
customize:
memory: 512
cpus: 4
Expand All @@ -9,7 +10,6 @@ platforms:
driver_config:
box: opscode-ubuntu-12.04
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/boxes/opscode-ubuntu-12.04.box
require_chef_omnibus: 11.4.0
run_list:
- recipe[apt]
- name: ubuntu-10.04
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gem 'thor-foodcritic'

group :integration do
gem 'berkshelf'
gem 'test-kitchen', '~> 1.0.0.alpha'
gem 'kitchen-vagrant', '~> 0.10.0'
gem 'test-kitchen', '~> 1.0.0.beta'
gem 'kitchen-vagrant', '~> 0.11.0'
end

0 comments on commit a2c9171

Please sign in to comment.