From 6788e26f6834c620bd49f3ce839f45bd821700fd Mon Sep 17 00:00:00 2001 From: Dennis Oelkers Date: Wed, 10 Jun 2020 11:34:50 +0200 Subject: [PATCH] Adding storage and distribution module to master manifest. (#18) --- manifests/master.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifests/master.json b/manifests/master.json index 1be3675..c7b64c6 100644 --- a/manifests/master.json +++ b/manifests/master.json @@ -10,6 +10,12 @@ }, { "path": "graylog2-web-interface" + }, + { + "path": "graylog-storage-elasticsearch6" + }, + { + "path": "distribution" } ] },