Skip to content

Commit

Permalink
Remove 'tomcat' param (#125)
Browse files Browse the repository at this point in the history
Tomcat not used and 'file_exists' is master side only. This does not work as expected except when using the masterless installer.
  • Loading branch information
kmcfate authored and ekohl committed May 18, 2016
1 parent 68a9621 commit 6773e4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6773e4f

Please # to comment.