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

Removed obsolete sysv LOG_LEVEL parameter #124

Open marius-meissner opened 5 years ago

marius-meissner commented 5 years ago

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.

Feedback is very welcome!