X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9198700edaa62858cbc8f07cc883b2d4283831a6..f5734d116938710a374d40876136f7f3dd4ac746:/cookbooks/otrs/recipes/default.rb diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index 4cd24ada6..a42e22eb0 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_home true - no_new_privileges true + read_write_paths "/var/log/exim4" end service "otrs" do