-
Notifications
You must be signed in to change notification settings - Fork 5
/
.kitchen.yml
47 lines (43 loc) · 927 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
40
41
42
43
44
45
46
47
---
driver:
name: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: 12.9.41
platforms:
- name: debian-7.8
run_list:
- recipe[apt]
- name: ubuntu-14.04
run_list:
- recipe[apt]
- name: centos-6.7
run_list:
- recipe[yum-epel]
- name: centos-7.2
run_list:
- recipe[yum-epel]
roles_path: test/integration/roles/
suites:
- name: bareos-aio-server
run_list:
- role[bareos_director]
attributes:
bareos:
test_mode: true
client:
sensitive_configs: false
storage:
sensitive_configs: false
autochanger_enabled: true
director:
sensitive_configs: false
conf:
help:
test: '# Some String'
workstation:
sensitive_configs: false
plugins:
graphite:
cron_job: true
sensitive_configs: false