]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add basic tests for apache cookbook
[chef.git] / .kitchen.yml
index e3e658424e961acab8865c50c2123f835b488e03..12ffa49142f46ae9a37577109bb3526fdb2ee937 100644 (file)
@@ -1,17 +1,30 @@
 ---
 driver:
   name: vagrant
+  provision: true
+  vagrantfiles:
+    - .kitchen.provision.rb
 
 provisioner:
   name: chef_zero
+  data_bags_path: test/data_bags
 
 platforms:
   - name: ubuntu-16.04
 
 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]
   - name: munin
     run_list:
       - recipe[munin::default]