New version of tomcat

This commit is contained in:
Cliffe
2018-05-23 13:59:32 +01:00
committed by ts
parent 5847ba6ed2
commit 6b7dc57b63

View File

@@ -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',
}
}