Skip to content

Commit

Permalink
misunderstood java_home format
Browse files Browse the repository at this point in the history
  • Loading branch information
antmoth committed Dec 5, 2024
1 parent 1e06705 commit ef3ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/profile/solr.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ensure_packages(["openjdk-${jdk_version}-jre-headless",'solr','lsof'])

# Note: Along with variables above these are used in erb files also.
$java_home = "/usr/lib/jvm/java-${jdk_version}-openjdk-amd64/bin/java"
$java_home = "/usr/lib/jvm/java-${jdk_version}-openjdk-amd64"
$solr_bin = '/opt/solr/bin/solr'

nebula::usergroup { 'solr': }
Expand Down

0 comments on commit ef3ddf8

Please sign in to comment.