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

User & group params are missing #28

Closed chrisboulton closed 9 years ago

chrisboulton commented 9 years ago

1 looks like it removed the class params that define the user/group consul-template should run as.

There's several references to $consul_template::user and $consul_template::group params throughout the manifests (Debian init script, resources for managing the user/group if manage_user/manage_group is defined)

This kind of also means there's some parity issues between different operating systems with different init scripts (at least, on Debian it was going to try and start/stop consul-template as a different user)

Personally, I haven't had time to look into addressing this yet but just wanted to make the issue known.

gdhbashton commented 9 years ago

Closed by PR #25