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

Make service creation optional #117

Open fuero opened 6 years ago

fuero commented 6 years ago

I've created my own RPM package for consul-template which contains a systemd service.

Using this module does overwrite this service.

I suggest making the service file creation optional and dealing with start parameter customization by using optional drop ins.

natemccurdy commented 5 years ago

I've got a patch for this here: https://github.com/claranet/puppet-consul_template/pull/123