Skip to content

Commit

Permalink
don't fix solr startup, it's fixed in the new deb
Browse files Browse the repository at this point in the history
  • Loading branch information
rrotter committed Nov 1, 2023
1 parent 7c5ffe3 commit 0dfc8d3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions manifests/profile/hathitrust/lss.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
){
package { "openjdk-${jdk_version}-jre-headless": }
package { "solr": }
# patch solr startup script to repair broken java version determination
file_line { "patch solr startup script":
path => $solr_bin,
match => 'if [[ "$JAVA_VER_NUM" < "$JAVA_VER_REQ" ]] ; then$',
line => 'if false ; then#if [[ "$JAVA_VER_NUM" < "$JAVA_VER_REQ" ]] ; then',
require => Package["solr"],
before => Service["solr"],
}

include nebula::profile::dns::smartconnect;

Expand Down

0 comments on commit 0dfc8d3

Please sign in to comment.