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

Remove jinja maping for user/group/umask/createmode #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jdshewey
Copy link

in rsyslog/files/rsyslog.default.conf we have entries like {% if config.owner is defined -%} but in the jinja map these values are populated so the user has not option not to specify these. Trying to set "owner: undef" and "owner: " results in owner = "undef" or owner = "None" resulting in these values being defined.

in rsyslog/files/rsyslog.default.conf we have entries like {% if config.owner is defined -%} but in the jinja map these values are populated so the user has not option _not_ to specify these. Trying to set "owner: undef<cr><lf>" and "owner: <cr><lf>" results in owner = "undef" or owner = "None" resulting in these values being defined.
@cloudlab-autobuild
Copy link
Collaborator

Can one of the admins verify this patch?

@fpytloun
Copy link
Member

Tests will fail because createmode needs to be defined.
Also I am not sure if it's good idea to really not define these values as they should be distribution defaults.

@jdshewey
Copy link
Author

If these should be distribution defaults, perhaps an upstream bug should be opened then?

@epcim
Copy link
Member

epcim commented Sep 19, 2017

Any update?

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.

4 participants