]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "otrs: attempt workaround for otrs daemon writes"
authorGrant Slater <github@firefishy.com>
Thu, 16 May 2024 03:10:15 +0000 (04:10 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 16 May 2024 03:10:15 +0000 (04:10 +0100)
This reverts commit bf640328133e47a7c686b60cf73f63b3cd606b29.

cookbooks/otrs/recipes/default.rb

index 6910b29e45d6599c6bdb834838cfca34ae9c2b6c..7aae679537ceceb291f3df9157853891de21a487 100644 (file)
@@ -102,7 +102,7 @@ systemd_service "otrs" do
   runtime_directory "otrs"
   runtime_directory_mode 0o770
   runtime_directory_preserve true
-  read_write_paths ["/var/lib/otrs", "/usr/share/otrs/var", "/run/otrs", "/var/log/exim4", "/var/spool/exim4"]
+  read_write_paths ["/var/lib/otrs", "/run/otrs", "/var/log/exim4", "/var/spool/exim4"]
 end
 
 service "otrs" do