summaryrefslogtreecommitdiff
path: root/manifests/config.pp
AgeCommit message (Collapse)Author
2014-09-17Move default file to template to take advantage of rsyslog_version fact and ↵HEADmasterMicah Anderson
different flags available pre version 7 - Fixes #61
2014-08-13set spool_dir seltype to syslogd_var_lib_tChristian Kaenzig
This type is necessary for rsyslogd to be able to write in spool_dir when selinux is enabled and enforcing. For some reason, this directory does not have the correct seltype in RHEL <= 7 and using disk queues or .state files does not work.
2014-02-05Add back rsyslog::rsyslog_default_fileRaphaël Pinson
2014-02-05Revert "add initial gentoo support"Raphaël Pinson
This reverts commit 83c2890c40962cd19b5a402b250a40029f46430b. Conflicts: manifests/config.pp
2014-01-24fix rsyslog default config fileSteffen Zieger
2014-01-24add initial gentoo supportSteffen Zieger
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.
2013-02-02whitespace consistencySteffen Zieger
fixes #18
2013-01-29Update manifests/config.ppJohn Knoll
2013-01-29Update manifests/config.ppJohn Knoll
2012-12-14Why $rsyslog::params::rsyslog_d gets purged?Pedro González Serrano
On Debian (squeeze) when installing other packages (like postfix) some of them add files to /etc/rsyslog.d/ In particular I can't see how to add postfix include to the mix of this module without coupling it with others or coding a specific hack on template. Postfix include (/etc/rsyslog.d/postfix.conf) looks like: ~~~ # Create an additional socket in postfix's chroot in order not to break # mail logging when rsyslog is restarted.  If the directory is missing, # rsyslog will silently skip creating the socket. $AddUnixListenSocket /var/spool/postfix/dev/log ~~~
2012-11-19some style guide changesSteffen Zieger
2012-11-14Create spec tests for all classes/defines and perform most cleanup ↵Jonathan Thurman
recommended by puppet-lint
2012-03-23Adding support for FreeBSDWill Hopper
2011-12-03use template for rsyslog.conf instead of file sourceSaz
2011-07-25initial importSaz