From c5176ff9fd8ca88f137ce3f9ca2cab5a614d8486 Mon Sep 17 00:00:00 2001 From: Kyle Anderson Date: Wed, 17 Jun 2015 19:39:58 -0700 Subject: [PATCH] Add link for a different consul-template module if users need that functionality. Fixes #36. --- README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.markdown b/README.markdown index 9139ca4e..43ea042f 100644 --- a/README.markdown +++ b/README.markdown @@ -176,6 +176,14 @@ client token with sufficient privileges. Depends on the JSON gem, or a modern ruby. +## Consul Template + +Consul Template is a piece of software to dynamically write out config files +using templates that are populated with values from Consul. This module does +not configure consul template. See +[gdhbashton/consu_template](https://github.com/hashicorp/consul-template) for +a module that can do that. + ##Development Open an [issue](https://github.com/solarkennedy/puppet-consul/issues) or [fork](https://github.com/solarkennedy/puppet-consul/fork) and open a