From cbb79660eef0e0dec95a1405a0baaa883dd1e752 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Tigeot?= <ftigeot@softwareheritage.org>
Date: Thu, 14 Jun 2018 15:39:41 +0200
Subject: [PATCH] Add elastic-elasticsearch Puppet module

---
 .gitignore | 1 +
 .mrconfig  | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index d36ea9d..c6b5570 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 /camptocamp-systemd/
 /claranet-varnish/
 /deric-zookeeper/
+/elastic-elasticsearch/
 /icinga-icinga2/
 /icinga-icingaweb2/
 /inkblot-bind/
diff --git a/.mrconfig b/.mrconfig
index f634a38..2db1edc 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -53,6 +53,12 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-deric-zook
 	 && git remote add upstream https://github.com/deric/puppet-zookeeper \
 	 && git fetch upstream
 
+[elastic-elasticsearch]
+checkout = git clone https://forge.softwareheritage.org/source/puppet-elastic-elasticsearch.git elastic-elasticsearch \
+	 && cd elastic-elasticsearch \
+	 && git remote add upstream https://github.com/elastic/puppet-elasticsearch \
+	 && git fetch upstream
+
 [icinga-icinga2]
 checkout = git clone https://forge.softwareheritage.org/source/puppet-icinga-icinga2.git icinga-icinga2 \
 	 && cd icinga-icinga2 \
@@ -267,4 +273,4 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-theforeman
 checkout = git clone https://forge.softwareheritage.org/source/puppet-trepasi-debnet.git trepasi-debnet \
 	 && cd trepasi-debnet \
 	 && git remote add upstream https://github.com/rtib/tib-debnet \
-	 && git fetch upstream
\ No newline at end of file
+	 && git fetch upstream
-- 
GitLab