-
Notifications
You must be signed in to change notification settings - Fork 76
/
kitchen.yml
47 lines (43 loc) · 926 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
deprecations_as_errors: true
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: amazonlinux-2
- name: centos-6
- name: centos-7
- name: centos-8
- name: debian-9
- name: debian-10
- name: fedora-latest
- name: opensuse-leap-15
- name: ubuntu-16.04
- name: ubuntu-18.04
suites:
- name: default
run_list:
- recipe[ssh_known_hosts_test]
attributes: {}
- name: default-query
run_list:
- recipe[ssh_known_hosts_test::default]
attributes:
ssh_known_hosts:
node_query_search: 'AND chef_environment:stage'
- name: cacher
run_list:
- recipe[ssh_known_hosts_test::cacher]
attributes: {}
- name: cacher-client
run_list:
- recipe[ssh_known_hosts_test::default]
attributes:
ssh_known_hosts:
use_data_bag_cache: true