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

Move systemd service unit to /etc and reload daemon #131

Closed jouir closed 3 days ago

jouir commented 3 years ago

Units in /lib should be deployed by packages. Files with customizations should be written to /etc. When a systemd unit is customized, the daemon has to be reloaded.

jouir commented 3 years ago

This pull-request duplicates #125 but also adds the reload feature.