From be2aa9a219075f0a090142c1a3d0dcf09cd7fcfc Mon Sep 17 00:00:00 2001 From: Jeff Fraser Date: Fri, 26 Oct 2018 15:11:40 -0400 Subject: [PATCH] Add the consult gem (#4832) --- website/source/downloads_tools.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/downloads_tools.html.erb b/website/source/downloads_tools.html.erb index 1d7c1a51d5..9c0f393d0d 100644 --- a/website/source/downloads_tools.html.erb +++ b/website/source/downloads_tools.html.erb @@ -64,6 +64,9 @@ description: |-
  • consul-templaterb - Ruby gem and executable hi-performance ERB templating to create configuration files, HTML, JSON, XML content from Consul discovery and KV Data. Executable `consul-templaterb` also support reload commands as well as process management.
  • +
  • + consult - Ruby gem supporting Consul and Vault templating through ERB, with easy Rails integration and support for complex templates, including templates that come from Consul itself for shared configuration across apps. +
  • Consultant - Library for Java services to self register and deregister, fetching configuration, and subscribing to configuration changes.