From e88bedf930b58da42efc305bc2e17f0917a0c12f Mon Sep 17 00:00:00 2001 From: Caleb S Date: Mon, 4 Feb 2019 15:28:22 -0800 Subject: [PATCH] change tomcat source --- puppet/modules/appliance_components/manifests/tomcat.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/modules/appliance_components/manifests/tomcat.pp b/puppet/modules/appliance_components/manifests/tomcat.pp index 02a06ea..368e2c3 100644 --- a/puppet/modules/appliance_components/manifests/tomcat.pp +++ b/puppet/modules/appliance_components/manifests/tomcat.pp @@ -22,7 +22,7 @@ #install tomcat from source tomcat::install { $CATALINA_HOME: - source_url => 'https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.34/src/apache-tomcat-8.5.34-src.tar.gz', + source_url => 'https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.34/bin/apache-tomcat-8.5.34.tar.gz', } #set up instance of tomcat