From: Grant Slater Date: Mon, 29 Mar 2021 23:26:52 +0000 (+0100) Subject: otrs: Use znuny mirror of otrs 6.0.30 release as upstream is gone X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/94ac63582ecabd1e2aa00865ca331e28dc9bed36?ds=inline;hp=--cc otrs: Use znuny mirror of otrs 6.0.30 release as upstream is gone --- 94ac63582ecabd1e2aa00865ca331e28dc9bed36 diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index e235f619c..b027a86b6 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -64,7 +64,7 @@ postgresql_database database_name do end remote_file "#{Chef::Config[:file_cache_path]}/otrs-#{version}.tar.bz2" do - source "https://ftp.otrs.org/pub/otrs/otrs-#{version}.tar.bz2" + source "https://download.znuny.org/releases/otrs-#{version}.tar.bz2" not_if { ::File.exist?("/opt/otrs-#{version}") } end