From 17fba999d4b870c36b3cf857f7061e2494d4ff80 Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Mon, 29 Sep 2014 14:54:17 +0200 Subject: [PATCH] updating common files --- .kitchen.yml | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index b8f6727..a78346c 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -1,56 +1,43 @@ --- - driver: name: vagrant - provisioner: name: chef_solo - test_repo_uri: "https://github.com/TelekomLabs/tests-postgres-hardening.git" - + test_repo_uri: https://github.com/TelekomLabs/tests-postgres-hardening.git platforms: - name: ubuntu-12.04 driver_config: box: opscode-ubuntu-12.04 box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box - - name: ubuntu-14.04 driver_config: box: opscode-ubuntu-14.04 box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box - - name: centos-6.4 driver_config: box: opscode-centos-6.4 box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box - - name: centos-6.5 driver_config: - box: opscode-centos-6.5 - box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box - + box: opscode-centos-6.5 + box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box - name: oracle-6.4 driver_config: box: oracle-6.4 box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box - - name: oracle-6.5 driver_config: box: oracle-6.5 box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box - - name: debian-6 driver_config: box: debian-6 - # source: https://github.com/ffuenf/vagrant-boxes - box_url: https://googledrive.com/host/0B83ZToJ3fGtDeE9KWm1sWndZdGs/debian-6.0.9-amd64_virtualbox.box - + box_url: https://googledrive.com/host/0B83ZToJ3fGtDeE9KWm1sWndZdGs/debian-6.0.10-amd64_virtualbox.box - name: debian-7 driver_config: box: debian-7 - # source: https://github.com/ffuenf/vagrant-boxes - box_url: https://googledrive.com/host/0B83ZToJ3fGtDVC1DeVVzc3lkc0U/debian-7.5.0-amd64_virtualbox.box - + box_url: https://googledrive.com/host/0B83ZToJ3fGtDVC1DeVVzc3lkc0U/debian-7.6.0-amd64_virtualbox.box suites: - name: default run_list: - - role[postgresql] + - role[postgresql]