]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Adjust tests to expect that SSL is enabled by default
[chef.git] / .kitchen.yml
index d3265fb952b1786b900a8cdce9a5867e16978262..b78073bd53c5e194d135dedfedb9748c1d59444c 100644 (file)
@@ -7,6 +7,8 @@ driver:
 
 provisioner:
   name: chef_zero
+  product_name: chef
+  product_version: 14
   data_bags_path: test/data_bags
 
 platforms:
@@ -19,15 +21,15 @@ suites:
   - name: apache
     run_list:
       - recipe[apache::default]
-  - name: apache-ssl
-    run_list:
-      - recipe[apache::ssl]
   - name: apt
     run_list:
       - recipe[apt::default]
   - name: bind
     run_list:
       - recipe[bind::default]
+    attributes:
+      bind:
+        clients: none
   - name: blogs
     run_list:
       - recipe[accounts::default]