]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Update ysera to postgres 12, postgis 3 and carto 5.0.0
[chef.git] / .kitchen.yml
index c0371fa1a776078c89c7c4df04bb289bc7e5325a..994885126ed72373e9cbbbf43bf3bb1e68b5f23b 100644 (file)
@@ -141,6 +141,9 @@ suites:
   - name: incron
     run_list:
       - recipe[incron::default]
+  - name: irc
+    run_list:
+      - recipe[irc::default]
   - name: kibana
     run_list:
       - recipe[kibana::default]
@@ -165,6 +168,9 @@ suites:
               paths:
                 - /var/log/apache2/access.log
               type: apache
+  - name: mail
+    run_list:
+      - role[mail]
   - name: mailman
     run_list:
       - recipe[mailman::default]
@@ -274,6 +280,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]
@@ -287,6 +299,9 @@ suites:
   - name: tilecache
     run_list:
       - recipe[tilecache::default]
+  - name: tilelog
+    run_list:
+      - recipe[tilelog::default]
   - name: tools
     run_list:
       - recipe[tools::default]
@@ -305,3 +320,9 @@ suites:
   - name: web-rails
     run_list:
       - recipe[web::rails]
+  - name: wiki
+    run_list:
+      - recipe[wiki::default]
+  - name: wordpress
+    run_list:
+      - recipe[wordpress::default]