summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml3
-rw-r--r--acceptance/Gemfile4
2 files changed, 4 insertions, 3 deletions
diff --git a/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml b/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml
index 54d05980a5..1d6c7fc037 100644
--- a/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml
+++ b/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml
@@ -40,8 +40,7 @@ fedora-21
# centos-7
- name: centos-6
driver:
- box: opscode-centos-6.6
- box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.6_chef-provisionerless.box
+ box: bento/centos-6.7
<% %w(
2012r2
2012
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index 326d769a3d..4573bc5fb3 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -6,7 +6,9 @@ gem "test-kitchen", github: "sersut/test-kitchen", branch: "sersut/mixlib-instal
gem "kitchen-ec2", github: "test-kitchen/kitchen-ec2", branch: "jk/image-search-only"
gem "kitchen-inspec"
gem "inspec"
-gem "kitchen-vagrant"
+# Pinning to github for kitchen-vagrant because 0.19.0 incorrectly
+# puts in a box_url for bento when a vagrant box in atlas is specified
+gem "kitchen-vagrant", github: "test-kitchen/kitchen-vagrant"
gem "windows_chef_zero"
gem "winrm-transport"
gem "berkshelf"