X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ac74f059fe3f30a1173cc2eba40a4300d6786b4f..978a220d63bc7ab3a53f7d09023671f8b35f1efa:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 80fe1b58b..26d1c6a70 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -38,7 +38,7 @@ platforms: intermediate_instructions: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install -y eatmydata - - RUN echo libeatmydata.so >>/etc/ld.so.preload + - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload - name: ubuntu-22.04 driver: image: ghcr.io/test-kitchen/dokken/ubuntu-22.04 @@ -47,7 +47,7 @@ platforms: intermediate_instructions: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install -y eatmydata - - RUN echo libeatmydata.so >>/etc/ld.so.preload + - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload - name: debian-12 driver: image: ghcr.io/test-kitchen/dokken/debian-12 @@ -56,7 +56,7 @@ platforms: intermediate_instructions: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install -y eatmydata - - RUN echo libeatmydata.so >>/etc/ld.so.preload + - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload suites: - name: accounts @@ -250,12 +250,6 @@ suites: - name: memcached run_list: - recipe[memcached::default] - - name: munin - run_list: - - recipe[munin::default] - - name: munin-plugins - run_list: - - recipe[munin::plugins] - name: mysql run_list: - recipe[mysql::default] @@ -286,6 +280,9 @@ suites: - name: otrs run_list: - recipe[otrs::default] + - name: otrs-debian + run_list: + - recipe[otrs::debian] - name: overpass run_list: - recipe[overpass::default]