-
Notifications
You must be signed in to change notification settings - Fork 2
/
.kitchen.yml
44 lines (41 loc) · 863 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
---
driver:
name: vagrant
provisioner:
name: chef_zero
data_path: test/fixtures
platforms:
- name: centos-6.6
- name: centos-7.1
- name: debian-7.8
- name: debian-8.1
- name: ubuntu-12.04
run_list:
- recipe[apt]
- recipe[curl]
- name: ubuntu-14.10
run_list:
- recipe[apt]
- recipe[curl]
- name: ubuntu-15.04
run_list:
- recipe[apt]
- recipe[curl]
suites:
- name: default
run_list:
- recipe[thruk_test::default]
attributes:
- name: ssl
run_list:
- recipe[fqdn]
- recipe[thruk_test::default]
attributes:
machine_fqdn: "monitor.example.com"
machine_fqdn_as_hostname: true
thruk:
use_ssl: true
server_name: "monitor.example.com"
cert_name: "_.example.com"
cert_cookbook: "thruk_test"
icon_cookbook: "thruk_test"