]> git.openstreetmap.org Git - chef.git/commitdiff
Allow taginfo update service to update the download directory
authorTom Hughes <tom@compton.nu>
Tue, 29 Nov 2022 18:27:58 +0000 (18:27 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 29 Nov 2022 18:28:14 +0000 (18:28 +0000)
cookbooks/taginfo/recipes/default.rb

index e709545ad0e396a16b7ba4377e78d2ff1ac309ab..c8f3e986db3cc55941145601bd40e3c9b3fb6243 100644 (file)
@@ -78,6 +78,7 @@ systemd_service "taginfo-update@" do
   sandbox :enable_network => true
   read_write_paths [
     "/srv/%i/data",
+    "/srv/%i/download",
     "/srv/%i/sources",
     "/var/log/taginfo/%i"
   ]