]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add tests for web cookbook
[chef.git] / .kitchen.yml
index 4cff8942bb378e9c52857f32e46b579e7c3bec15..03549801fead7e57876ae64c6e0571cf2054e0f4 100644 (file)
@@ -175,3 +175,15 @@ suites:
   - name: tools
     run_list:
       - recipe[tools::default]
+  - name: web-backend
+    run_list:
+      - recipe[web::backend]
+  - name: web-cgimap
+    run_list:
+      - recipe[web::cgimap]
+  - name: web-frontend
+    run_list:
+      - recipe[web::frontend]
+  - name: web-rails
+    run_list:
+      - recipe[web::rails]