summaryrefslogtreecommitdiff
path: root/manifests/imfile.pp
AgeCommit message (Collapse)Author
2014-08-14Allow option to avoid loading imfile module twice.James Edwards
This throws a warning with version 8 of rsyslog. The best way to use imfile is to define the module list in extra_modules. However, if you still try to create an imfile without adding that it will still work the old way (adding modload imfile to the begining of the imfile).
2014-05-21imfile: Add the persist_state_interval optionChris Trotman
2014-02-05Revert "add initial gentoo support"Raphaël Pinson
This reverts commit 83c2890c40962cd19b5a402b250a40029f46430b. Conflicts: manifests/config.pp
2014-01-24add initial gentoo supportSteffen Zieger
2013-10-05include rsyslog from rsyslog::imfileSteffen 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
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
2012-03-12fix file content lineSteffen Zieger
2012-03-12function name is template, not contentSteffen Zieger
2012-03-12add definition for imfile configurationSteffen Zieger