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:
parent
be7559abb3
commit
674d389ef9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue