X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18131b23c3379c9bd43356bfa559f3ea7fc92685..ab863f7f6f6e537980861c533b5d8612986824f9:/cookbooks/otrs/recipes/default.rb diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index 34adf2dd0..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,9 +119,9 @@ systemd_service "otrs" do group "otrs" exec_start "/opt/otrs/bin/otrs.Daemon.pl start" private_tmp 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