From 6b7dc57b6351fe4e3cdad2c3db32f36306fa1bd0 Mon Sep 17 00:00:00 2001 From: Cliffe Date: Wed, 23 May 2018 13:59:32 +0100 Subject: [PATCH] New version of tomcat --- modules/services/unix/http/tomcat/tomcat.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/unix/http/tomcat/tomcat.pp b/modules/services/unix/http/tomcat/tomcat.pp index 5c0369f32..07af2cbae 100644 --- a/modules/services/unix/http/tomcat/tomcat.pp +++ b/modules/services/unix/http/tomcat/tomcat.pp @@ -1,6 +1,6 @@ tomcat::install { '/opt/tomcat': - source_url => 'https://www-us.apache.org/dist/tomcat/tomcat-7/v7.0.82/bin/apache-tomcat-7.0.82.tar.gz', + source_url => 'https://www-us.apache.org/dist/tomcat/tomcat-7/v7.0.88/bin/apache-tomcat-7.0.88.tar.gz', } tomcat::instance { 'default': catalina_home => '/opt/tomcat', -} \ No newline at end of file +}