As parameter consul_template::log_level was removed, the creating of sysv init script is currently failing.
From my point of view the LOG_LEVEL parameter is obsolete in this context, as the log_level is managed within consul-template itself and may be defined using the consul_template::config_hash or consul_template::extra_options.
As parameter
consul_template::log_level
was removed, the creating of sysv init script is currently failing.From my point of view the LOG_LEVEL parameter is obsolete in this context, as the log_level is managed within consul-template itself and may be defined using the
consul_template::config_hash
orconsul_template::extra_options
.Feedback is very welcome!