X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7818690d6c926bad3e0f6a2e79b4e0a2a9c350b7..0578a5d0e3acb3ea8d107083d07f07d23b48f62b:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 805d15b74..3e2206f7f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -21,6 +21,8 @@ provisioner: name: dokken chef_license: accept data_bags_path: test/data_bags + chef_image: ghcr.io/firefishy/chef-docker-image:latest + chef_version: latest slow_resource_report: true clean_dokken_sandbox: true attributes: @@ -163,6 +165,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 +418,9 @@ suites: - name: trac run_list: - recipe[trac::default] + - name: vectortile + run_list: + - recipe[vectortile::default] - name: web-cgimap run_list: - recipe[web::cgimap]