From d0308f1f1d60793acd09e650b9b0dfcf76000120 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 5 Jun 2026 16:15:39 +0100 Subject: [PATCH] otrs: Use backport of otrs2 and add undeclared dependency --- cookbooks/apt/recipes/default.rb | 2 +- cookbooks/otrs/recipes/default.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 62c6f8d40..bc08e933d 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -48,7 +48,7 @@ if platform?("debian") archive_suites = %w[main updates backports security] archive_components = %w[main contrib non-free non-free-firmware] backport_packages = case node[:lsb][:codename] - when "bookworm" then %W[amd64-microcode exim4 firmware-free firmware-nonfree intel-microcode libosmium linux linux-base linux-signed-#{dpkg_arch} osm2pgsql otrs2 pyosmium smartmontools systemd cgi-mapserver] + when "bookworm" then %W[amd64-microcode exim4 firmware-free firmware-nonfree intel-microcode libosmium linux linux-base linux-signed-#{dpkg_arch} osm2pgsql otrs2 pyosmium smartmontools systemd cgi-mapserver otrs2] else %w[] end elsif intel? diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index e354d4109..07279cde5 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -70,6 +70,7 @@ postgresql_database database_name do end package "dbconfig-common" +package "libhtml-treebuilder-xpath-perl" # Undeclared dependency for otrs2 template "/etc/dbconfig-common/otrs2.conf" do source "dbconfig.config.erb" -- 2.47.3