]> git.openstreetmap.org Git - chef.git/commitdiff
Make sure the bind.clients attribute is set when testing
authorTom Hughes <tom@compton.nu>
Tue, 11 Feb 2020 22:23:27 +0000 (22:23 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 11 Feb 2020 22:23:56 +0000 (22:23 +0000)
.kitchen.yml

index 4a7ad81624bca7f14603bc1dc6fb368659fec6e9..b78073bd53c5e194d135dedfedb9748c1d59444c 100644 (file)
@@ -27,6 +27,9 @@ suites:
   - name: bind
     run_list:
       - recipe[bind::default]
   - name: bind
     run_list:
       - recipe[bind::default]
+    attributes:
+      bind:
+        clients: none
   - name: blogs
     run_list:
       - recipe[accounts::default]
   - name: blogs
     run_list:
       - recipe[accounts::default]