summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-06-08 17:17:37 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-06-08 17:17:37 +0200
commite5970a003456cbf77c94417fc9c2c66fcd13e604 (patch)
treeeb0f0a5239a7c63a060eefff628cf7e493513f06 /Bugzilla/Install
parent9eaa85e9ec0d2c7d562d7e29e7ff027b18485982 (diff)
downloadbugzilla-e5970a003456cbf77c94417fc9c2c66fcd13e604.tar.gz
bugzilla-e5970a003456cbf77c94417fc9c2c66fcd13e604.tar.xz
Bug 1172386: create a "feature" for the elasticsearch metrics and ensure its dependencies are tagged
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm1
1 files changed, 1 insertions, 0 deletions
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'],
},
);