summaryrefslogtreecommitdiff
path: root/manifests/config.pp
AgeCommit message (Collapse)Author
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