The default definition in Watch is "template => 'data/common.json.ctmpl.erb'," which is getting the template from manifest. But how can I define to watch template file on the instance?
I have a ctmpl on the instance which is combined from 3 different parts (storm installation) and I already have it on my instances, so I want to watch it by consul-template instead of define it in templates folder. How can I do it? How should I change watch.pp?
Hi there,
The default definition in Watch is "template => 'data/common.json.ctmpl.erb'," which is getting the template from manifest. But how can I define to watch template file on the instance?
I have a ctmpl on the instance which is combined from 3 different parts (storm installation) and I already have it on my instances, so I want to watch it by consul-template instead of define it in templates folder. How can I do it? How should I change watch.pp?