From c7016d905ae8b4941027e2f5b95af828c3b57284 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 11 Feb 2020 00:35:06 +0000 Subject: [PATCH] Drop attempt to run otrs.RebuildConfig.pl --- cookbooks/otrs/recipes/default.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index b1a5a0107..ec17e63b1 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -104,14 +104,6 @@ execute "/opt/otrs/bin/otrs.SetPermissions.pl" do only_if { File.stat("/opt/otrs/README.md").uid != Etc.getpwnam("otrs").uid } end -execute "/opt/otrs/bin/otrs.RebuildConfig.pl" do - action :run - command "/opt/otrs/bin/otrs.RebuildConfig.pl" - user "root" - group "root" - not_if { ::File.exist?("/opt/otrs/Kernel/Config/Files/ZZZAAuto.pm") } -end - execute "/opt/otrs/bin/Cron.sh" do action :nothing command "/opt/otrs/bin/Cron.sh restart" -- 2.43.2