]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
kitchen: move chef_image into driver section
[chef.git] / .kitchen.yml
index 805d15b74f2579a538b4417118abc128026316a5..88cfc7459f11ce9962864dc4aa0ead5574ed77ca 100644 (file)
@@ -1,7 +1,8 @@
 ---
 driver:
   name: dokken
-  chef_version: 18
+  chef_image: ghcr.io/firefishy/chef-docker-image
+  chef_version: latest
   volumes:
     - /var/lib/docker
   env:
@@ -163,6 +164,9 @@ suites:
   - name: fail2ban
     run_list:
       - recipe[fail2ban::default]
+  - name: foundation-birthday
+    run_list:
+      - recipe[foundation::birthday]
   - name: foundation-board
     run_list:
       - recipe[foundation::board]
@@ -413,6 +417,9 @@ suites:
   - name: trac
     run_list:
       - recipe[trac::default]
+  - name: vectortile
+    run_list:
+      - recipe[vectortile::default]
   - name: web-cgimap
     run_list:
       - recipe[web::cgimap]