forked from mszoernyi/chef-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
39 lines (36 loc) · 822 Bytes
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
driver:
name: vagrant
customize:
memory: 1024
cpuexecutioncap: 100
provisioner:
name: chef_solo
require_chef_omnibus: false
platforms:
- name: zentoo
driver_config:
box: zentoo-amd64-base
box_url: http://mirror.zenops.net/zentoo/amd64/zentoo-amd64-base.box
- name: debian-71
driver_config:
box: debian-7.1.0-amd64-base
box_url: http://mirror.zenops.net/debian/amd64/debian-7.1.0-amd64-base.box
- name: ubuntu-1204
driver_config:
box: ubuntu-12.04.3-amd64-base
box_url: http://mirror.zenops.net/ubuntu/amd64/ubuntu-12.04.3-amd64-base.box
- name: mac-os-x-108
driver_config:
box: mac_os_x-10.8.5+chef
suites:
- name: base
run_list:
- role[base]
excludes:
- mac-os-x-108
- name: workstation
run_list:
- role[workstation]
provisioner:
sudo: false