X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/acdb1a2b4b18d220a06f043af84771baebe27258..b0dfd288cf11983e0bfe93eae003fc54637cf08a:/.kitchen.yml?ds=inline diff --git a/.kitchen.yml b/.kitchen.yml index 96c9d18a3..314ee3caa 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -62,17 +62,6 @@ platforms: - RUN /usr/bin/apt-get install -y eatmydata - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload -lifecycle: - pre_create: | - if command -v podman >/dev/null 2>&1; then - podman create --name chef-latest --replace docker.io/chef/chef:latest sh - podman start chef-latest - fi - post_destroy: | - if command -v podman >/dev/null 2>&1; then - podman container rm -v chef-latest - fi - suites: - name: accounts run_list: @@ -413,6 +402,8 @@ suites: run_list: - recipe[taginfo::default] attributes: + ruby: + version: 3.3 taginfo: sites: - name: taginfo.example.com