From f948677a5fa85373b68420548eb588bb3de6e074 Mon Sep 17 00:00:00 2001 From: Pierre Souchay Date: Wed, 18 Apr 2018 19:17:58 +0200 Subject: [PATCH 1/2] Add consul-templaterb to community tools --- 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 4d8e606845..4825a2bedf 100644 --- a/website/source/downloads_tools.html.erb +++ b/website/source/downloads_tools.html.erb @@ -109,6 +109,9 @@ description: |-
  • Spring Cloud Consul - Service discovery, configuration and events for Spring Cloud
  • +
  • + consul-templaterb - Ruby GEM and executable hi-performance ERB templating to create configuration files, HTML, JSON, XML content from Consul discovery and KV Data. +
  • From f4309790ca1a0b5d09911dd470075ee0d3ee2ca4 Mon Sep 17 00:00:00 2001 From: Pierre Souchay Date: Thu, 19 Apr 2018 00:21:30 +0200 Subject: [PATCH 2/2] gem, not GEM + Added information about process management --- website/source/downloads_tools.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/downloads_tools.html.erb b/website/source/downloads_tools.html.erb index 4825a2bedf..b3f6c02078 100644 --- a/website/source/downloads_tools.html.erb +++ b/website/source/downloads_tools.html.erb @@ -110,7 +110,7 @@ description: |- Spring Cloud Consul - Service discovery, configuration and events for Spring Cloud

  • - consul-templaterb - Ruby GEM and executable hi-performance ERB templating to create configuration files, HTML, JSON, XML content from Consul discovery and KV Data. + 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.