From 8c6d0fe07ba445ce000107c1e5412b020ca9ea4a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 29 Jun 2022 20:44:19 +0100 Subject: [PATCH] Ensure tar and bzip2 are installed for unpacking OTRS --- cookbooks/otrs/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index 0ea61b6e7..a42e22eb0 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -29,6 +29,8 @@ package "libapache2-mod-perl2" package "libapache2-reload-perl" package %w[ + tar + bzip2 libcrypt-eksblowfish-perl libdatetime-perl libgd-gd2-perl -- 2.39.5