From 0ca88194b17c8d8c2996e1aeac172300a626d1ba Mon Sep 17 00:00:00 2001 From: ts Date: Fri, 21 Sep 2018 16:50:29 +0100 Subject: [PATCH] more stable tomcat url# --- modules/services/unix/http/tomcat/tomcat.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/unix/http/tomcat/tomcat.pp b/modules/services/unix/http/tomcat/tomcat.pp index 63bead44e..26fdb301b 100644 --- a/modules/services/unix/http/tomcat/tomcat.pp +++ b/modules/services/unix/http/tomcat/tomcat.pp @@ -1,5 +1,5 @@ tomcat::install { '/opt/tomcat': - source_url => 'https://www-us.apache.org/dist/tomcat/tomcat-7/v7.0.90/bin/apache-tomcat-7.0.90.tar.gz', + source_url => 'https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.91/bin/apache-tomcat-7.0.91.tar.gz', } tomcat::instance { 'default': catalina_home => '/opt/tomcat',