-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathkitchen.yml
More file actions
36 lines (32 loc) · 686 Bytes
/
kitchen.yml
File metadata and controls
36 lines (32 loc) · 686 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
---
driver:
name: vagrant
provisioner:
product_name: chef
product_version: <%= ENV['CHEF_VERSION'] || "latest" %>
install_strategy: once
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux2
driver_config:
box: mvbcoding/awslinux
- name: debian-10
- name: debian-11
- name: centos-7
- name: centos-8
- name: oracle-7
- name: fedora-29
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: opensuse-leap-15
suites:
- name: system_install
run_list:
- recipe[test::system_install]
- name: user_install
run_list:
- recipe[test::dokken]
- recipe[test::user_install]