diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-01-13 12:02:24 -0500 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-01-27 16:59:21 -0500 |
commit | 24d013550c1b9e8b21dd1136b080c716f231b2ac (patch) | |
tree | 35598002cc06d71f16fb2024ed8b114f33a51179 /omnibus | |
parent | f3cefaf6b84bf0771f31418f497cc903d80a62db (diff) | |
download | chef-24d013550c1b9e8b21dd1136b080c716f231b2ac.tar.gz |
Add win2012r2 to kitchen.yml and update .gitignore.
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/.gitignore | 1 | ||||
-rw-r--r-- | omnibus/.kitchen.yml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/omnibus/.gitignore b/omnibus/.gitignore index d97af2ef9c..0425859582 100644 --- a/omnibus/.gitignore +++ b/omnibus/.gitignore @@ -8,4 +8,3 @@ cookbooks vendor/cookbooks build_timestamp ldd.out -jenkins/chef-solo 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 |