Skip to content

Instantly share code, notes, and snippets.

@brylor
Created March 19, 2018 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brylor/d4ac590dc1912b40194c5469c2aec9a3 to your computer and use it in GitHub Desktop.
Save brylor/d4ac590dc1912b40194c5469c2aec9a3 to your computer and use it in GitHub Desktop.
---
driver:
name: vagrant
provisioner:
name: chef_zero
data_bags_path: data_bags
always_update_cookbooks: true
verifier:
name: inspec
platforms:
- name: centos-7
suites:
- name: default
driver:
vm_hostname: localvm
network:
- ["private_network", {ip: "10.0.0.31"}]
customize:
memory: 1024
cpus: 1
run_list:
- recipe[full-ci::default]
verifier:
inspec_tests:
- test/integration/default
attributes:
source 'https://supermarket.chef.io'
metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment