X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18b7b58050667876d0456cbdd3835fdd96de0bc8..e790bebda87fffe3a6b3f6d29031b257ad5cbd6e:/cookbooks/networking/recipes/default.rb diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 013037959..89e8198e2 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -195,6 +195,7 @@ template "/etc/hosts" do owner "root" group "root" mode 0o644 + not_if { ENV["TEST_KITCHEN"] } end service "systemd-resolved" do