Created
August 16, 2017 19:12
-
-
Save MatthewJDavis/43ecc7e3b81d42b9d260a06b33de233f to your computer and use it in GitHub Desktop.
Kitchen file with Pester as the verifier
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: 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