-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for file and directory mode/owner/group for output …
…files Feature: Add support for specifying the mode, owner, and group for files and directories created by `logging_output` type `files`. The new variables are `mode`, `owner`, `group`, `dir_mode`, `dir_owner`, `dir_group` and these correspond to the Ansible `file` et. al. modules parameters. Reason: Users must be able to set ownership/permissions for files and directories created by rsyslog. Result: Users are able to set ownership/permissions for files and directories created by rsyslog. Signed-off-by: Rich Megginson <[email protected]>
- Loading branch information
Showing
3 changed files
with
105 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters