From 6773e4f69064de7491163279e1eb232a80400504 Mon Sep 17 00:00:00 2001 From: Kal McFate Date: Wed, 18 May 2016 10:39:03 -0500 Subject: [PATCH] Remove 'tomcat' param (#125) Tomcat not used and 'file_exists' is master side only. This does not work as expected except when using the masterless installer. --- manifests/params.pp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 6bd78981..2e670412 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -24,13 +24,6 @@ $rhsm_url = '/rhsm' $deployment_url = '/katello' - if file_exists('/usr/sbin/tomcat') and !file_exists('/usr/sbin/tomcat6') { - $tomcat = 'tomcat' - } - else { - $tomcat = 'tomcat6' - } - # HTTP Proxy settings (currently used by pulp) $proxy_url = undef $proxy_port = undef