mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
d56a601a4d
Signed-off-by: Shaun Mouton <smouton@chef.io>
23 lines
378 B
YAML
23 lines
378 B
YAML
---
|
|
driver:
|
|
name: vagrant
|
|
|
|
provisioner:
|
|
name: puppet_apply
|
|
# Not installing chef since inspec is used for testing
|
|
require_chef_for_busser: false
|
|
manifests_path: manifests
|
|
modules_path: modules
|
|
|
|
verifier:
|
|
name: inspec
|
|
|
|
platforms:
|
|
- name: centos-7.1
|
|
- name: ubuntu-12.04
|
|
- name: ubuntu-14.04
|
|
|
|
suites:
|
|
- name: default
|
|
provisioner:
|
|
manifest: site.pp
|