Skip to content

Commit

Permalink
Added Windows 2016 and specified Windows Vagrant boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Davison committed Jul 6, 2017
1 parent 073dfc1 commit ec20c18
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ platforms:
- name: debian-8.7
- name: debian-7.11
- name: windows-2012r2
driver:
box: mwrock/Windows2012R2
gui: false
- name: windows-2016
driver:
box: mwrock/Windows2016
gui: false

suites:
- name: default
Expand All @@ -36,11 +43,13 @@ suites:
acl_default_policy: deny
excludes:
- windows-2012r2
- windows-2016

- name: client
named_run_list: client
excludes:
- windows-2012r2
- windows-2016

- name: git
attributes:
Expand All @@ -52,15 +61,18 @@ suites:
provider: git
excludes:
- windows-2012r2
- windows-2016

- name: windows
attributes:
consul:
config: *default-config
includes:
- windows-2012r2
- windows-2016

- name: windows_client
named_run_list: client
includes:
- windows-2012r2
- windows-2016

0 comments on commit ec20c18

Please sign in to comment.