forked from dev-sec/puppet-os-hardening
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
52 lines (48 loc) · 970 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
48
49
50
51
52
---
driver:
name: vagrant
verifier:
name: inspec
provisioner:
name: puppet_apply
manifests_path: test/fixtures/manifests
require_chef_for_busser: false
platforms:
- name: ubuntu-14-04
driver_config:
box: bento/ubuntu-14.04
- name: ubuntu-16-04
driver_config:
box: bento/ubuntu-16.04
- name: centos-6
driver_config:
box: bento/centos-6.9
- name: centos-7
driver_config:
box: bento/centos-7.4
- name: oracle-6
driver_config:
box: bento/oracle-6.9
- name: oracle-7
driver_config:
box: bento/oracle-7.3
- name: debian-7
driver_config:
box: bento/debian-7.11
- name: debian-8
driver_config:
box: bento/debian-8.6
- name: fedora-25
driver_config:
box: bento/fedora-25
- name: fedora-26
driver_config:
box: bento/fedora-26
- name: opensuse-leap-42
driver_config:
box: bento/opensuse-leap-42.3
suites:
- name: default
verifier:
inspec_tests:
- https://github.com/dev-sec/linux-baseline