Skip to content

Commit

Permalink
instance: fix version variable in $classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaenzig committed Sep 24, 2013
1 parent 9423a6c commit fa9e8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/instance.pp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
$::operatingsystemrelease =~ /^6.*/ {
# force catalina.sh to use the common library
# in CATALINA_HOME and not CATALINA_BASE
$classpath = "/usr/share/tomcat${tomcat_version}/bin/tomcat-juli.jar"
$classpath = "/usr/share/tomcat${version}/bin/tomcat-juli.jar"
}

# default server.xml is slightly different between tomcat5.5 and tomcat6
Expand Down

0 comments on commit fa9e8ea

Please sign in to comment.