Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #134 from legal90/rename-kitchen-boxes
Browse files Browse the repository at this point in the history
.kitchen.yml: Rename Vagrant boxes "chef" -> "bento"
  • Loading branch information
linc01n committed Feb 12, 2016
2 parents a70a586 + 46d9524 commit 08a190a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ driver_config:
platforms:
- name: centos-6.7
driver_config:
box: chef/centos-6.7
box: bento/centos-6.7
run_list:
- recipe[yum]
- name: centos-7.1
driver_config:
box: chef/centos-7.1
box: bento/centos-7.1
run_list:
- recipe[yum]
- name: ubuntu-12.04
driver_config:
box: chef/ubuntu-12.04
box: bento/ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-14.04
driver_config:
box: chef/ubuntu-14.04
box: bento/ubuntu-14.04
run_list:
- recipe[apt]

Expand Down

0 comments on commit 08a190a

Please sign in to comment.