voxpupuli / puppet-rundeck

Module for managing the installatation and configuration of the rundeck orchestration tool
https://forge.puppet.com/puppet/rundeck
MIT License
39 stars 130 forks source link

Add possibility to override profile template #461

Closed josecastroleon closed 3 years ago

josecastroleon commented 3 years ago

Pull Request (PR) description

Allows the user to specify a different override template as the one that comes with the module.

In some situations, it's just enough to set parameters in the override file that goes into /etc/sysconfig/rundeckd or /etc/default/rundeck to configure rundeck, leaving the profile (/etc/rundeck/profile) untouched and managed by the packager.

This PR just provides the possibility to specify it and it defaults to the previous behavior for any user of this module.

Signed-off-by: Jose Castro Leon jose.castro.leon@cern.ch

bastelfreak commented 3 years ago

thanks for the work!