X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9198700edaa62858cbc8f07cc883b2d4283831a6..29b8151b8011f934785f3434e3826eee78e61943:/cookbooks/otrs/recipes/default.rb?ds=inline diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index 4cd24ada6..0b391a62c 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -19,6 +19,7 @@ include_recipe "accounts" include_recipe "apache" +include_recipe "exim" include_recipe "postgresql" include_recipe "tools" @@ -28,6 +29,8 @@ package "libapache2-mod-perl2" package "libapache2-reload-perl" package %w[ + tar + bzip2 libcrypt-eksblowfish-perl libdatetime-perl libgd-gd2-perl @@ -35,6 +38,7 @@ package %w[ libgd-text-perl libjson-xs-perl libmail-imapclient-perl + libmoo-perl libnet-ldap-perl libpdf-api2-perl libsoap-lite-perl @@ -115,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 - no_new_privileges true + read_write_paths ["/opt/otrs-#{version}/var", "/var/log/exim4", "/var/spool/exim4"] end service "otrs" do