From b303de15d7a3abcc0c9499f2372bf9c46a9c4b02 Mon Sep 17 00:00:00 2001 From: Damien Alexandre Date: Fri, 7 Nov 2014 11:29:49 +0100 Subject: [PATCH] Add marvel to the provisionning (useful for the Sense query tool) --- .../vms/phraseanet-php54-nginx/puphpet/puppet/manifest.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/manifest.pp b/resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/manifest.pp index 167c0d1ee6..4425cb902b 100644 --- a/resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/manifest.pp +++ b/resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/manifest.pp @@ -1808,5 +1808,6 @@ if hash_key_equals($elasticsearch_values, 'install', 1) { # Custom plugins elasticsearch::plugin{'mobz/elasticsearch-head': module_dir => 'head' } + elasticsearch::plugin{'elasticsearch/marvel/latest': module_dir => 'marvel' } elasticsearch::plugin{'elasticsearch/elasticsearch-analysis-icu/2.3.0': module_dir => 'analysis-icu' } }