]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Make sure the bind.clients attribute is set when testing
[chef.git] / .kitchen.yml
index d6b19867ddc3610d2fd50fbbbb7b6b738b0c0418..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:
@@ -25,6 +27,9 @@ suites:
   - name: bind
     run_list:
       - recipe[bind::default]
+    attributes:
+      bind:
+        clients: none
   - name: blogs
     run_list:
       - recipe[accounts::default]