-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathkitchen.yml
More file actions
40 lines (36 loc) · 698 Bytes
/
kitchen.yml
File metadata and controls
40 lines (36 loc) · 698 Bytes
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
---
driver:
name: vagrant
provisioner:
name: chef_zero
enforce_idempotency: true
multiple_converge: 2
deprecations_as_errors: true
verifier:
name: inspec
inspec_tests:
- path: test/integration/inspec
platforms:
- name: centos-7
- name: centos-8
- name: debian-9
- name: debian-10
- name: ubuntu-18.04
- name: ubuntu-20.04
suites:
- name: client
run_list:
- recipe[test]
- recipe[chrony::client]
attributes:
chrony:
extra_config:
- "log measurements statistics tracking"
verifier:
- name: master
run_list:
- recipe[test]
- recipe[chrony::master]
verifier:
inputs:
type: "master"