Skip to content

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