forked from chef-boneyard/push-jobs-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
41 lines (39 loc) · 1.16 KB
/
.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
40
41
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.7
- name: centos-7.1
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
#
# The following (private) boxes are shared via Atlas. Please note this
# requires adding your Atlas account to the `Chef` org and will
# require a `vagrant login`.
#
# The Mac OS X boxes are VMware only also. Windows boxes wupport VMWare
# and VirtualBox only.
#
- name: windows-2012r2
driver:
box: chef/windows-server-2012r2-standard # private
attributes:
push_jobs:
package_url: "https://opscode-private-chef.s3.amazonaws.com/windows/2008r2/x86_64/opscode-push-jobs-client-windows-1.1.5-1.windows.msi"
package_checksum: "411520e6a2e3038cd018ffacee0e76e37e7badd1aa84de03f5469c19e8d6c576"
suites:
- name: default
run_list: recipe[push-jobs]
attributes:
push_jobs:
whitelist: {chef-client: "chef-client"}
environment_variables: {LC_ALL: "en_US.UTF-8"}
excludes: windows-2012r2
- name: windows
run_list: recipe[push-jobs]
includes: windows-2012r2