Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to modify conf file and directory permissions #155

Merged
merged 2 commits into from May 27, 2020

Conversation

dhollinger
Copy link
Member

Pull Request (PR) description

Add the ability to configure the file and directory permissions for generated configuration files and the confdir.

This Pull Request (PR) fixes the following issues

Fixes #150

@dhollinger dhollinger self-assigned this May 23, 2020
@dhollinger
Copy link
Member Author

@jdwhited could you review as well?

@dhollinger dhollinger requested a review from ekohl May 23, 2020 16:27
manifests/init.pp Outdated Show resolved Hide resolved
manifests/init.pp Outdated Show resolved Hide resolved
Integer $ruleset_priority,
Integer $filter_priority,
String $target_file,
Stdlib::Filemode $conf_permissions = '0644',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be reduce by one whitespace

@jdwhited
Copy link

Thanks for working on this! Can you allow perms for /etc/rsyslog.conf as well? The other 2 look good.

@dhollinger
Copy link
Member Author

Thanks for working on this! Can you allow perms for /etc/rsyslog.conf as well? The other 2 look good.

Added

@bastelfreak bastelfreak merged commit fdae83c into voxpupuli:master May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot set syslog conf file and directory permissions
4 participants