diff options
Diffstat (limited to 'omnibus/.kitchen.yml')
-rw-r--r-- | omnibus/.kitchen.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/omnibus/.kitchen.yml b/omnibus/.kitchen.yml index 844ae9d895..7ca0af7f25 100644 --- a/omnibus/.kitchen.yml +++ b/omnibus/.kitchen.yml @@ -85,6 +85,9 @@ platforms: - name: windows-2008r2-standard driver: box: chef/windows-server-2008r2-standard # private + - name: windows-2012r2-standard + driver: + box: chef/windows-server-2012r2-standard # private attribute_defaults: &attribute_defaults build_user: vagrant |