diff options
author | David Lawrence <dkl@mozilla.com> | 2015-06-08 17:17:37 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-06-08 17:17:37 +0200 |
commit | e5970a003456cbf77c94417fc9c2c66fcd13e604 (patch) | |
tree | eb0f0a5239a7c63a060eefff628cf7e493513f06 /Bugzilla | |
parent | 9eaa85e9ec0d2c7d562d7e29e7ff027b18485982 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 1 |
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'], }, ); |