From 3b39226ed68f707c32aa355ad95ddfaccf83c244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Tigeot?= <ftigeot@softwareheritage.org> Date: Thu, 14 Jun 2018 15:43:05 +0200 Subject: [PATCH] Add elastic/elasticsearch module --- Puppetfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Puppetfile b/Puppetfile index 284a24afe..fd9b35261 100644 --- a/Puppetfile +++ b/Puppetfile @@ -69,6 +69,10 @@ mod 'debnet', :git => 'https://forge.softwareheritage.org/source/puppet-trepasi-debnet', :ref => 'v1.5.2' +mod 'elasticsearch', + :git => 'https://forge.softwareheritage.org/source/puppet-elastic-elasticsearch', + :ref => '6.2.2' + mod 'extlib', :git => 'https://forge.softwareheritage.org/source/puppet-puppet-extlib', :tag => 'v2.0.1' -- GitLab