From: Grant Slater Date: Mon, 15 Jan 2024 17:12:50 +0000 (+0000) Subject: imagery: workaround account issue in tests X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6f37be369cacda8b1b3970cdda8fd5ff578be976 imagery: workaround account issue in tests --- diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index a473b4452..9cf0692f2 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -80,4 +80,5 @@ systemd_tmpfile "/run/mapserver-fastcgi" do owner "imagery" group "imagery" mode "0755" + not_if { kitchen? } end