X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7818690d6c926bad3e0f6a2e79b4e0a2a9c350b7..332e5e0843799eb42132e229ecc64e05d507059f:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 805d15b74..88cfc7459 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: @@ -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]