From e5970a003456cbf77c94417fc9c2c66fcd13e604 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 8 Jun 2015 16:17:37 +0100 Subject: Bug 1172386: create a "feature" for the elasticsearch metrics and ensure its dependencies are tagged --- Bugzilla/Install/Requirements.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index e5a76bc83..22eb4f0c9 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -395,6 +395,7 @@ sub OPTIONAL_MODULES { package => 'ElasticSearch', module => 'ElasticSearch', version => '0', + feature => ['elasticsearch'], }, ); -- cgit v1.2.3-24-g4f1b