diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-20 13:33:51 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-20 13:33:51 -0400 |
commit | f57c0e04db157bbd82e011c46e240c10d92734a3 (patch) | |
tree | f15e78b889401720c1603db11268bbf507b75f23 /scripts | |
parent | 0e6158dc5f0d21f6393a7c99abbdba08eb402372 (diff) | |
download | infrastructure-f57c0e04db157bbd82e011c46e240c10d92734a3.tar.gz |
misc updates
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/common/30-dns | 3 | ||||
-rw-r--r-- | scripts/hostclass/imap_server/10-solr | 2 | ||||
-rw-r--r-- | scripts/hostclass/imap_server/20-tika | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/scripts/common/30-dns b/scripts/common/30-dns index e2d5ad6..1df12ef 100644 --- a/scripts/common/30-dns +++ b/scripts/common/30-dns @@ -3,6 +3,9 @@ # For IDM servers, the resolver is localhost. In that case, we delay copying # this file until the IDM stack is fully up and running. if [ "$BOXCONF_HOSTCLASS" = idm_server ]; then + if [ "${idm_bootstrap:-}" = true ]; then + printf 'nameserver %s\n' "$bootstrap_resolvers" > /etc/resolv.conf + fi return fi diff --git a/scripts/hostclass/imap_server/10-solr b/scripts/hostclass/imap_server/10-solr index a30d6fd..7d89ea2 100644 --- a/scripts/hostclass/imap_server/10-solr +++ b/scripts/hostclass/imap_server/10-solr @@ -1,6 +1,6 @@ #!/bin/sh -: ${solr_version:='9.7.0'} +: ${solr_version:='9.8.1'} solr_uid=161 solr_user=solr diff --git a/scripts/hostclass/imap_server/20-tika b/scripts/hostclass/imap_server/20-tika index 3b4aa47..2cde126 100644 --- a/scripts/hostclass/imap_server/20-tika +++ b/scripts/hostclass/imap_server/20-tika @@ -1,6 +1,6 @@ #!/bin/sh -: ${tika_version:='2.9.2'} +: ${tika_version:='3.1.0'} : ${tika_uid:='787'} tika_user=tika |