]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add basic tests for bind cookbook
[chef.git] / .kitchen.yml
index e3e658424e961acab8865c50c2123f835b488e03..e2667127efe58f8169b1a3ee2d56c14b9ed301c4 100644 (file)
@@ -1,6 +1,9 @@
 ---
 driver:
   name: vagrant
+  provision: true
+  vagrantfiles:
+    - .kitchen.provision.rb
 
 provisioner:
   name: chef_zero
@@ -12,6 +15,9 @@ suites:
   - name: apt
     run_list:
       - recipe[apt::default]
+  - name: bind
+    run_list:
+      - recipe[bind::default]
   - name: munin
     run_list:
       - recipe[munin::default]