X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6a7d2b44b5cca0e17c650b531846cc6d4bc3571c..7b92a6a9c01e6ceb51f5b03eb7416a0d3e99d1b0:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index f439c2794..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: @@ -71,6 +72,9 @@ suites: - name: apt run_list: - recipe[apt::default] + - name: apt-repository + run_list: + - recipe[apt::repository] - name: awscli run_list: - recipe[awscli::default] @@ -89,6 +93,9 @@ suites: - name: blogs run_list: - recipe[blogs::default] + attributes: + ruby: + version: 3.3 - name: chef run_list: - recipe[chef::default] @@ -113,6 +120,13 @@ suites: - name: db-slave run_list: - recipe[db::slave] + - name: dev + run_list: + - recipe[dev::default] + attributes: + postgresql: + versions: + - 15 - name: devices run_list: - recipe[devices::default] @@ -153,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] @@ -283,9 +300,6 @@ suites: - name: otrs run_list: - recipe[otrs::default] - - name: otrs-debian - run_list: - - recipe[otrs::debian] - name: overpass run_list: - recipe[overpass::default] @@ -391,6 +405,8 @@ suites: run_list: - recipe[taginfo::default] attributes: + ruby: + version: 3.3 taginfo: sites: - name: taginfo.example.com @@ -406,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]