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

Allow setting different default file mode #421

Closed philippeganz closed 5 years ago

philippeganz commented 5 years ago

Pull Request (PR) description

Allow setting different default file mode

Currently, the module sets the default file permission to 0640 in the config class. This change allows to set it to an arbitrary value.

This Pull Request (PR) fixes the following issues

n/a

philippeganz commented 5 years ago

Failing tests look like related only to CentOS builds. Not seeing any issues caused by the actual change in the Puppet code.

danifr commented 5 years ago

Hi @philippeganz can you please rebase from master? The failing test should be fixed now.