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

Add possibility to define source file on the instance #45

Closed mrh666 closed 8 years ago

mrh666 commented 8 years ago

Usage example: consul_template::watch {'my-template': source => '/etc/consul-template/my-template.ctmpl', destination => '/opt/my-app/my-config.json', command => 'supervisorctl restart all' }

gdhbashton commented 8 years ago

Thank you :)

mrh666 commented 8 years ago

gdhbashton, anytime. I belive it'll be really useful, I'm not only one who using complex scenarios in deployment :)