elasticsearch: don't install the marvel plugin

I don't use it and now it requires you to interactively agree to some
license that I've never read.
This commit is contained in:
Albert Hopkins 2016-08-07 10:51:23 +00:00
parent be7559abb3
commit 674d389ef9
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ postinstall: elasticsearch.service
$(inroot) rm -rf $(ES_HOME)
$(inroot) mkdir -p $(ES_HOME)
$(MAKE) install_elasticsearch
$(MAKE) install_marvel
$(inroot) chown -R elastic:elastic $(ES_HOME)
cp elasticsearch.service $(CHROOT)/etc/systemd/system
$(inroot) systemctl enable elasticsearch.service