]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/otrs/recipes/default.rb
otrs: Use znuny mirror of otrs 6.0.30 release as upstream is gone
[chef.git] / cookbooks / otrs / recipes / default.rb
index e235f619cbc99709b4c44570373aafbb5ff5dd43..b027a86b67614533e267023dc293ed260ada336f 100644 (file)
@@ -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