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

Allow custom content in rsyslog.conf #147

Open
nick-markowski opened this issue Dec 7, 2023 · 0 comments
Open

Allow custom content in rsyslog.conf #147

nick-markowski opened this issue Dec 7, 2023 · 0 comments

Comments

@nick-markowski
Copy link
Member

Rsyslog.conf is effectively templated to include a rule directory, and that's it. Update $_rsyslog_conf to include custom content or create a real template. Something like:

  $_rsyslog_conf = @("RSYSLOG_CONF"/$)
    # This file is managed by Puppet (simp/rsyslog module).
    # Any changes will be overwritten.
    \$IncludeConfig ${rsyslog::rule_dir}/*.conf
    ${rsyslog::custom_conf_content}
    | RSYSLOG_CONF
@op-ct op-ct added this to Org Triage Dec 7, 2023
@silug silug moved this from New to Todo in Org Triage Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant