summaryrefslogtreecommitdiff
path: root/templates/rsyslog.conf.erb
AgeCommit message (Collapse)Author
2014-09-10set umask only on systems where it is requiredSteffen Zieger
2014-09-10Merge pull request #93 from mkrakowitzer/umaskSteffen Zieger
Fix Issue #92 setting the perm_file => '0640', and perm_dir => '0750', params do not take effect.
2014-08-14add max_message_size parameterSteffen Zieger
2014-07-23Fix Issue #92Krakowitzer, Merritt
setting the perm_file => '0640', and perm_dir => '0750', params do not take effect. As they are overridden by the umask of the the rsyslog process. This is typically set by RHEL rsyslog init script. This can be resolved by setting the $Umask paramater to 0000. It is well documented here: http://www.rsyslog.com/doc/rsconf1_filecreatemode.html
2014-07-14* Fix error in template if rsyslog_version fact is not presentTrey Dockendorf
2014-07-10Use fact for rsyslog version instead of paramYasser Nabi
With the introduction of the rsyslog_version fact, it seems more consistent to use that to determine what version of the config to use. The fact has also been updated to support FreeBSD (although not well tested)
2014-07-10Add parameter 'v8plus' for rsyslog version 8+Yasser Nabi
There has been some significant config changes in versions 8+ of Rsyslog, one of which is causing deprecated warnings with the Puppet module. This commit adds are class boolean parameter 'v8plus' to signify if the version of Rsyslog is version 8 or greater. Also, the deprecation warning is fixed (correct syntax is used).
2014-06-11fix modules variable scope in rsyslog.conf template, refs #78 and #74Steffen Zieger
2014-04-28preserve_fqdn in rsyslog namespaceMaciej Strzelecki
2014-04-04PreserveFQDN as first directive in rsyslog.confMaciej Strzelecki
2014-02-05Revert "fix run_user and run_group"Raphaël Pinson
This reverts commit 4efaf7576dafb701a67052b41b7fa87935dd6db5.
2014-01-24fix run_user and run_groupSteffen Zieger
2014-01-21Made modules in rsyslog.conf configurable via parameter $modules.Jan Örnstedt
2013-04-29Create log directories with same ownership as filesMathieu Bornoz
2013-04-29rsyslog: make all module params configurableMathieu Bornoz
+ support false for *_package_name variables. This is useful if relp support is not necessary as it happens that no packages exist for RedHat < 6. All these changes should be fully backward compatible.
2012-08-28added Red Hat, CentOS, Fedora support; File/Dir permissions now in params.ppRalf Heiringhoff
2011-12-03use high-precision timestamps on log server if enabledSaz
2011-12-03make high precision timestamps configurable, use variable lookup where ↵Saz
possible, prepare for option to drop privileges to different user
2011-12-03require class rsyslog::config, change ensure from file to presentSaz