X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e65977d4b5c2cca80c8a46563790b958d78fbfbe..65bdc227f0a37db3d408d0d8cd86de4a11ca21e0:/.kitchen.yml?ds=sidebyside diff --git a/.kitchen.yml b/.kitchen.yml index 805d15b74..6f4eb6bb6 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -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: @@ -92,6 +93,9 @@ suites: - name: blogs run_list: - recipe[blogs::default] + attributes: + ruby: + version: 3.3 - name: chef run_list: - recipe[chef::default] @@ -163,6 +167,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] @@ -398,6 +405,8 @@ suites: run_list: - recipe[taginfo::default] attributes: + ruby: + version: 3.3 taginfo: sites: - name: taginfo.example.com @@ -413,6 +422,9 @@ suites: - name: trac run_list: - recipe[trac::default] + - name: vectortile + run_list: + - recipe[vectortile::default] - name: web-cgimap run_list: - recipe[web::cgimap]