Skip to content

Commit 8ffbb1c

Browse files
authored
Merge pull request #1051 from mlibrary/lookup_fail
Disable solr_monitor in app_host role
2 parents 13de16f + a23f348 commit 8ffbb1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

manifests/role/app_host/prod_with_search_metrics.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
class nebula::role::app_host::prod_with_search_metrics {
66
include nebula::role::app_host::prod
77
include nebula::profile::client_cert_https
8-
include nebula::profile::search::catalog::solr_monitor
8+
# solr_monitor can't work without solr Profile
9+
#include nebula::profile::search::catalog::solr_monitor
910
}

0 commit comments

Comments
 (0)