X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0fd66a3f0f75fd01d6d5a22570e9557158630e5a..9bb78787b17907354cc60ad73bd738560233c799:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 418b11cf8..a86bd7f54 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -27,6 +27,13 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - name: ubuntu-22.04 + driver: + image: dokken/ubuntu-22.04 + privileged: true + pid_one_command: /bin/systemd + intermediate_instructions: + - RUN /usr/bin/apt-get update -y suites: - name: accounts @@ -164,10 +171,6 @@ suites: - name: letsencrypt run_list: - recipe[letsencrypt::default] - attributes: - apt: - sources: - - openstreetmap - name: logstash run_list: - recipe[logstash::default]