claranet / puppet-consul_template

A Puppet module to manage the config and jobs of Consul Template from Hashicorp
Apache License 2.0
30 stars 89 forks source link

Updating a template does not restart consul-template daemon #29

Closed madAndroid closed 9 years ago

madAndroid commented 9 years ago

I'm not sure whether this is expected behaviour or not, but when I update a template that consul-template is using, using consul_template::watch, I expect theconsul-template daemon be restarted, and this does not currently appear to be happening.

nhandler commented 9 years ago

See https://github.com/gdhbashton/puppet-consul_template/pull/26

madAndroid commented 9 years ago

ahhh... yes indeed - sorry, should probably search the issue tracker properly before logging an issue