]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Use ruby 3.3 for taginfo
[chef.git] / .kitchen.yml
index 805d15b74f2579a538b4417118abc128026316a5..314ee3caa8e2d1b3dcaa7e0ca285dedbfe86ad13 100644 (file)
@@ -1,7 +1,8 @@
 ---
 driver:
   name: dokken
 ---
 driver:
   name: dokken
-  chef_version: 18
+  chef_image: ghcr.io/firefishy/chef-docker-image
+  chef_version: latest
   volumes:
     - /var/lib/docker
   env:
   volumes:
     - /var/lib/docker
   env:
@@ -163,6 +164,9 @@ suites:
   - name: fail2ban
     run_list:
       - recipe[fail2ban::default]
   - name: fail2ban
     run_list:
       - recipe[fail2ban::default]
+  - name: foundation-birthday
+    run_list:
+      - recipe[foundation::birthday]
   - name: foundation-board
     run_list:
       - recipe[foundation::board]
   - name: foundation-board
     run_list:
       - recipe[foundation::board]
@@ -398,6 +402,8 @@ suites:
     run_list:
       - recipe[taginfo::default]
     attributes:
     run_list:
       - recipe[taginfo::default]
     attributes:
+      ruby:
+        version: 3.3
       taginfo:
         sites:
           - name: taginfo.example.com
       taginfo:
         sites:
           - name: taginfo.example.com
@@ -413,6 +419,9 @@ suites:
   - name: trac
     run_list:
       - recipe[trac::default]
   - name: trac
     run_list:
       - recipe[trac::default]
+  - name: vectortile
+    run_list:
+      - recipe[vectortile::default]
   - name: web-cgimap
     run_list:
       - recipe[web::cgimap]
   - name: web-cgimap
     run_list:
       - recipe[web::cgimap]