diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-24 09:40:48 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-25 16:09:50 -0800 |
commit | 4b18cf4faea46a1f69f8774f6e3d48826dc4b14d (patch) | |
tree | 11986ec7bc8c1bbc728e8d8ae732eed2399cea79 /acceptance | |
parent | 5f72ac57337bd4914d87a48bdfb49c2d1d039951 (diff) | |
download | chef-4b18cf4faea46a1f69f8774f6e3d48826dc4b14d.tar.gz |
Add centos-6 to .kitchen.vagrant.yml
This will allow testing on centos-6 which will be needed
by fips
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml b/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml index 4cd6b35d69..54d05980a5 100644 --- a/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml +++ b/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml @@ -38,8 +38,10 @@ fedora-21 # freebsd-8 # ubuntu-12.04 # centos-7 -# centos-6 - + - 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 <% %w( 2012r2 2012 |