Closed ccampanale closed 8 years ago
For consul-template v0.11.0 max-stale in config.pp should be max_stale otherwise the service will not start.
max-stale
max_stale
2015/12/16 13:35:43 [DEBUG] (config) loading configs from "/etc/consul-template/config" 2015/12/16 13:35:43 [DEBUG] (config) merging with "/etc/consul-template/config/config.json" Consul Template returned errors: config: walk error: 1 error(s) occurred: * 1 error(s) decoding: * '' has invalid keys: max-stale2015/12/16 13:44:04 [DEBUG] (config) loading configs from "/etc/consul-template/config"
Good catch. Fixed in master. Will push a forge release today.
Thanks!
For consul-template v0.11.0
max-stale
in config.pp should bemax_stale
otherwise the service will not start.