From: Tom Hughes Date: Tue, 11 Feb 2020 00:35:06 +0000 (+0000) Subject: Drop attempt to run otrs.RebuildConfig.pl X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c7016d905ae8b4941027e2f5b95af828c3b57284 Drop attempt to run otrs.RebuildConfig.pl --- 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"