forked from theckman/cookbook-cronner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
42 lines (34 loc) · 952 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
---
driver:
name: vagrant
## The forwarded_port port feature lets you connect to ports on the VM guest via
## localhost on the host.
## see also: https://docs.vagrantup.com/v2/networking/forwarded_ports.html
# network:
# - ["forwarded_port", {guest: 80, host: 8080}]
provisioner:
name: policyfile_zero
## require_chef_omnibus specifies a specific chef version to install. You can
## also set this to `true` to always use the latest version.
## see also: https://docs.chef.io/config_yml_kitchen.html
# require_chef_omnibus: 12.8.1
verifier:
name: inspec
platforms:
- name: ubuntu-16.04
suites:
- name: install
provisioner:
named_run_list: install
verifier:
inspec_tests:
- test/recipes/install_test.rb
attributes:
- name: lwrp
provisioner:
named_run_list: lwrp
verifier:
inspec_tests:
- test/recipes/install_test.rb
- test/recipes/lwrp_test.rb
attributes: