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 129 forks source link

Adding hiera support for log_properties_template #374

Closed gfoligna closed 6 years ago

gfoligna commented 6 years ago

I'm trying to implement this change in order to support changing log4j config template to support different logging options such as removing log rotation when inheriting this module into private ones.

gfoligna commented 6 years ago

Hi there @bastelfreak @dhollinger !

bastelfreak commented 6 years ago

I agree with @vinzent here. Hiera lookups should be made in profiles - or write the correct class::param into your hiera so automatic lookup works as well.