Created
February 8, 2017 12:14
-
-
Save mheap/426ec6026b346d1a18d1443f9eb8f6e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
driver: | |
name: docker | |
use_sudo: false | |
privileged: true | |
run_command: /usr/sbin/init | |
provisioner: | |
name: chef_zero | |
require_chef_omnibus: 12.7.2 | |
platforms: | |
- name: centos | |
image: centos:7 | |
suites: | |
- name: default | |
run_list: | |
- recipe[cookbook_name::default] | |
verifier: | |
name: inspec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment