]> git.openstreetmap.org Git - chef.git/commitdiff
otrs: enable all required apache modules
authorGrant Slater <github@firefishy.com>
Fri, 5 Apr 2024 14:56:25 +0000 (15:56 +0100)
committerGrant Slater <github@firefishy.com>
Fri, 5 Apr 2024 14:56:25 +0000 (15:56 +0100)
cookbooks/otrs/recipes/default.rb

index 8f2d8d6dbcc5c3b0247f69a00c120498997f254e..3ffc70f628c0d15529605cb7ca0ddce6ec79c8e5 100644 (file)
@@ -71,7 +71,10 @@ package %w[
   libyaml-perl
 ]
 
+apache_module "perl"
+apache_module "rewrite"
 apache_module "headers"
+apache_module "deflate"
 
 version = node[:otrs][:version]
 user = node[:otrs][:user]