forked from sitle/chef-bareos
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.kitchen.yml
46 lines (42 loc) · 888 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
---
driver:
name: vagrant
platforms:
- name: debian-8
- name: ubuntu-14.04
- name: centos-6.9
run_list:
- recipe[yum-epel]
- name: centos-7.4
run_list:
- recipe[yum-epel]
provisioner:
name: chef_zero
product_name: chef
install_strategy: always
product_version: latest
verifier:
name: inspec
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