Skip to content

Instantly share code, notes, and snippets.

@jugatsu
Created March 16, 2017 18:40
Show Gist options
  • Save jugatsu/dd5235390b49ec40bbd5d04eb453fbe6 to your computer and use it in GitHub Desktop.
Save jugatsu/dd5235390b49ec40bbd5d04eb453fbe6 to your computer and use it in GitHub Desktop.
---
driver:
name: vagrant
linked_clone: true
provisioner:
name: chef_zero
require_chef_omnibus: true
always_update_cookbooks: true
retry_on_exit_code:
- 35
max_retries: 100
wait_for_retry: 60
client_rb:
exit_status: :enabled
client_fork: false
verifier:
name: inspec
transport:
name: winrm
connection_retries: 60
connection_retry_sleep: 5
elevated: false
username: vagrant
password: vagrant
platforms:
- name: windows-2012r2
driver:
box: mwrock/Windows2012R2
suites:
- name: default
run_list:
- recipe[test-share::default]
verifier:
inspec_tests:
- test/smoke/default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment