-
Notifications
You must be signed in to change notification settings - Fork 204
Sync with latest code #325
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
Closed
Closed
Conversation
This file contains hidden or 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
Our web drupal items have the syslog module enabled using local0. I'd like to log those to a specific file
New syslog rules
Remove cron messages from syslog
Remove logging to messages, log to syslog
In PE 3.7, comparing undef and '' does not return true. This updates a check to handle the case of an undef value properly.
Allow for gnutls to be managed via variable
Remove the custom_config parameter on rsyslog::server The case statement didn't work on Puppet 4.x because it only works if undef == ''. In puppet 4 this causes compiles to fail. puppetlabs-modules doesn't use this parameter anyway, so it's easier to remove it entirely than to fix it. The newer version of saz-rsyslog uses a different implementation anyway, so if we ever upgrade to it this issue won't recur.
Remove custom_config parameter
37da48 causes the server config to become blank when removing the real_content variable. This puts a value back in place for the content variable.
(bug) Fix content snipper for rsyslog server
This commit will move the rsyslog_default file to a template. This is required because systemd does understand variable interpolation.
Migrate default file to template.
(FORGE) Add capability to opt out of drupal.log inclusion
Adding protocol format field to rsyslog::client
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request (PR) description
This Pull Request (PR) fixes the following issues