Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 5d9f852

Browse files
committed
update common kitchen.yml platforms (ansible), kitchen_debian.yml platforms (ansible)
updating common files with changes that are configured in the profiles: kitchen.yml platforms (ansible), kitchen_debian.yml platforms (ansible)
1 parent 936f6c2 commit 5d9f852

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.kitchen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ platforms:
99
- name: ubuntu-12.04
1010
driver_config:
1111
box: opscode-ubuntu-12.04
12-
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
12+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
1313
- name: ubuntu-14.04
1414
driver_config:
1515
box: opscode-ubuntu-14.04
16-
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
16+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
1717
- name: centos-6.4
1818
driver_config:
1919
box: opscode-centos-6.4
2020
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
2121
- name: centos-6.5
2222
driver_config:
2323
box: opscode-centos-6.5
24-
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
24+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
2525
- name: oracle-6.4
2626
driver_config:
2727
box: oracle-6.4

.kitchen_debian.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ platforms:
1111
- name: debian-6
1212
driver_config:
1313
box: debian-6
14-
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-6.0.10_chef-provisionerless.box
14+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-6.0.10_chef-provisionerless.box
1515
- name: debian-7
1616
driver_config:
1717
box: debian-7
18-
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box
18+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box
1919
- name: debian-8
2020
driver_config:
2121
box: debian-8
22-
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box
22+
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box
2323
suites:
2424
- name: default
2525
roles_path: roles

0 commit comments

Comments
 (0)