]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Add test for tilelog cookbook
[chef.git] / .kitchen.yml
index e5ea0008e757708f2b82fd5da373589dba68fa64..e63b8b85518685c6f79f9c1f1e1b9745ea55f23c 100644 (file)
@@ -277,6 +277,9 @@ suites:
   - name: sysctl
     run_list:
       - recipe[sysctl::default]
+  - name: sysfs
+    run_list:
+      - recipe[sysfs::default]
   - name: taginfo
     run_list:
       - recipe[taginfo::default]
@@ -290,6 +293,9 @@ suites:
   - name: tilecache
     run_list:
       - recipe[tilecache::default]
+  - name: tilelog
+    run_list:
+      - recipe[tilelog::default]
   - name: tools
     run_list:
       - recipe[tools::default]
@@ -308,3 +314,6 @@ suites:
   - name: web-rails
     run_list:
       - recipe[web::rails]
+  - name: wordpress
+    run_list:
+      - recipe[wordpress::default]