summaryrefslogtreecommitdiff
path: root/acceptance/top-cookbooks/.kitchen.windows.yml
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/top-cookbooks/.kitchen.windows.yml')
-rw-r--r--acceptance/top-cookbooks/.kitchen.windows.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/acceptance/top-cookbooks/.kitchen.windows.yml b/acceptance/top-cookbooks/.kitchen.windows.yml
deleted file mode 100644
index 38c86ff322..0000000000
--- a/acceptance/top-cookbooks/.kitchen.windows.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-suites:
- # Waiting on https://github.com/chef-cookbooks/windows/pull/350
- # - name: tasks
- # run_list:
- # - recipe[windows::default]
- # - recipe[minimal::tasks]
- # includes: [windows-2012r2]
- - name: path
- run_list:
- - recipe[windows::default]
- - recipe[minimal::path]
- includes: [windows-2012r2]
- - name: certificate
- run_list:
- - recipe[windows::default]
- - recipe[minimal::certificate]
- includes: [windows-2012r2]
- # Package is deprecated
- # - name: package
- # run_list:
- # - recipe[windows::default]
- # - recipe[minimal::package]
- # includes: [windows-2012r2]
- - name: feature
- run_list:
- - recipe[windows::default]
- - recipe[minimal::feature]
- includes: [windows-2012r2]
- - name: http_acl
- run_list:
- - recipe[windows::default]
- - recipe[minimal::http_acl]
- includes: [windows-2012r2]
- - name: font
- run_list:
- - recipe[windows::default]
- - recipe[minimal::font]
- includes: [windows-2012r2]