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

framework.logs.dir from the module different than from the RPM #547

Closed bigon closed 1 month ago

bigon commented 1 month ago

Hello,

The framework.logs.dir rundeck variable in the module is different than the one from the RPM

Module: framework.logs.dir=/var/lib/rundeck/var/logs RPM: framework.logs.dir=/var/lib/rundeck/logs

This is confusing for the people using the RPM as they might endup with multiple "logs" directory on the filesystem

See https://github.com/rundeck/rundeck/tree/633f0d2d73ee99c7862b14602d045415218f89df/packaging/lib/common/etc/rundeck for the default values used in the RPM