X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eb15b15aae4c6f83fcc917214d33458052ae248a..a3d0a18c7a848e9c360db6496d4d0f970a09f730:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 26d1c6a70..37cd3556a 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -9,9 +9,9 @@ driver: ipv6: true ipv6_subnet: "fd95:8552:964c::/64" dns: - - 1.1.1.1 - 8.8.8.8 - 8.8.4.4 + - 1.1.1.1 - 1.0.0.1 transport: @@ -23,6 +23,9 @@ provisioner: data_bags_path: test/data_bags slow_resource_report: true clean_dokken_sandbox: true + attributes: + networking: + dnssec: "false" # Disable DNSSEC as occasionally unreliable in GitHub Actions verifier: name: inspec @@ -280,9 +283,6 @@ suites: - name: otrs run_list: - recipe[otrs::default] - - name: otrs-debian - run_list: - - recipe[otrs::debian] - name: overpass run_list: - recipe[overpass::default]