]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: workaround account issue in tests
authorGrant Slater <github@firefishy.com>
Mon, 15 Jan 2024 17:12:50 +0000 (17:12 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 15 Jan 2024 17:12:50 +0000 (17:12 +0000)
cookbooks/imagery/recipes/default.rb

index a473b445299d764a80fe35e5184702e7bd9c97ed..9cf0692f2a6244acd9f6c86bd9bc4adb7b846395 100644 (file)
@@ -80,4 +80,5 @@ systemd_tmpfile "/run/mapserver-fastcgi" do
   owner "imagery"
   group "imagery"
   mode "0755"
+  not_if { kitchen? }
 end