mirror of
https://github.com/inspec/inspec
synced 2024-11-14 08:57:11 +00:00
23 lines
354 B
YAML
23 lines
354 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
|
||
|
|
||
|
verifier:
|
||
|
name: inspec
|
||
|
|
||
|
platforms:
|
||
|
- name: centos-7.1
|
||
|
- name: ubuntu-12.04
|
||
|
- name: ubuntu-14.04
|
||
|
|
||
|
suites:
|
||
|
- name: default
|
||
|
provisioner:
|
||
|
manifest: site.pp
|