]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/otrs/recipes/default.rb
Drop private_devices for OTRS and planetdump that use exim
[chef.git] / cookbooks / otrs / recipes / default.rb
index d124bf43a603b8af79a4e5c581a73dfc035f6064..0b391a62cc3479cede8e5b1bfcfe32d962e296eb 100644 (file)
@@ -119,10 +119,9 @@ systemd_service "otrs" do
   group "otrs"
   exec_start "/opt/otrs/bin/otrs.Daemon.pl start"
   private_tmp true
-  private_devices true
-  protect_system "full"
+  protect_system "strict"
   protect_home true
-  read_write_paths "/var/log/exim4"
+  read_write_paths ["/opt/otrs-#{version}/var", "/var/log/exim4", "/var/spool/exim4"]
 end
 
 service "otrs" do