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 +}