]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add basic tests for apache cookbook
[chef.git] / .kitchen.yml
index e2667127efe58f8169b1a3ee2d56c14b9ed301c4..12ffa49142f46ae9a37577109bb3526fdb2ee937 100644 (file)
@@ -7,11 +7,18 @@ driver:
 
 provisioner:
   name: chef_zero
 
 provisioner:
   name: chef_zero
+  data_bags_path: test/data_bags
 
 platforms:
   - name: ubuntu-16.04
 
 suites:
 
 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: apt
     run_list:
       - recipe[apt::default]