]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Disable reporting for Expect-CT on tile servers
[chef.git] / .kitchen.yml
index 8b7c6b2a8e67cc052a1f43b50d86461595bafb74..e63b8b85518685c6f79f9c1f1e1b9745ea55f23c 100644 (file)
@@ -259,6 +259,9 @@ suites:
   - name: squid
     run_list:
       - recipe[squid::default]
+  - name: ssl
+    run_list:
+      - recipe[ssl::default]
   - name: stateofthemap
     run_list:
       - recipe[stateofthemap::default]
@@ -271,6 +274,12 @@ suites:
   - name: switch2osm
     run_list:
       - recipe[switch2osm::default]
+  - name: sysctl
+    run_list:
+      - recipe[sysctl::default]
+  - name: sysfs
+    run_list:
+      - recipe[sysfs::default]
   - name: taginfo
     run_list:
       - recipe[taginfo::default]
@@ -284,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]
@@ -302,3 +314,6 @@ suites:
   - name: web-rails
     run_list:
       - recipe[web::rails]
+  - name: wordpress
+    run_list:
+      - recipe[wordpress::default]