Skip to content

Instantly share code, notes, and snippets.

@MatthewJDavis
Created August 16, 2017 19:12
Show Gist options
  • Select an option

  • Save MatthewJDavis/43ecc7e3b81d42b9d260a06b33de233f to your computer and use it in GitHub Desktop.

Select an option

Save MatthewJDavis/43ecc7e3b81d42b9d260a06b33de233f to your computer and use it in GitHub Desktop.
Kitchen file with Pester as the verifier
---
driver:
name: ec2
instance_type: t2.micro
retryable_tries: 120
provisioner:
name: chef_zero
verifier:
name: pester
platforms:
- name: windows-2016
suites:
- name: windows_features
run_list:
- recipe[team_city_agent::windows_features_install]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment