X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/69ae3f456bc97cb78a7b125fe07dac2af12ba78f..e92ed5e09215d67f2bd7dc21a32425d7ec5aa26f:/cookbooks/otrs/recipes/default.rb diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index 7aae67953..1b3e5810b 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -63,12 +63,6 @@ template "/etc/dbconfig-common/otrs2.conf" do :database_cluster => database_cluster end -# Ensure the OTRS package in backports has a priority preference. -apt_preference "otrs2" do - pin "release o=Debian Backports" - pin_priority "600" -end - apt_package "otrs2" # Ensure debconf is repopulated on a dbconfig change @@ -98,7 +92,7 @@ systemd_service "otrs" do exec_start "/usr/share/otrs/bin/otrs.Daemon.pl start" private_tmp true protect_system "strict" - protect_home "read-only" + protect_home false runtime_directory "otrs" runtime_directory_mode 0o770 runtime_directory_preserve true