Skip to content

Instantly share code, notes, and snippets.

@ravibhure
Created November 3, 2017 21:10
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 ravibhure/837f77f0033122b452ab0fe7acf121d5 to your computer and use it in GitHub Desktop.
Save ravibhure/837f77f0033122b452ab0fe7acf121d5 to your computer and use it in GitHub Desktop.
kitchen for windows
---
# https://discourse.chef.io/t/how-to-run-test-kitchen-on-an-existing-windows-server/11871/1
driver:
name: proxy
host: <fqdn>
reset_command: "exit 0"
port: 5985
username: <user>
password: <password>
provisioner:
name: chef_zero
platforms:
- name: windows
suites:
- name: default
run_list:
- recipe[<cookbook_name>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment