inspec/examples/kitchen-chef/.kitchen.yml

21 lines
246 B
YAML
Raw Normal View History

2015-10-21 10:56:45 +00:00
---
driver:
name: vagrant
provisioner:
2015-11-28 08:11:21 +00:00
name: chef_zero
2015-10-21 10:56:45 +00:00
verifier:
2015-10-26 18:29:58 +00:00
name: inspec
2015-10-21 10:56:45 +00:00
platforms:
- name: centos-7.1
- name: ubuntu-12.04
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[prepare]
attributes: