summaryrefslogtreecommitdiff
path: root/templates
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-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-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-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-07-10add parameter for setting the remote forward format, fixes #46Steffen Zieger
2014-06-11fix modules variable scope in rsyslog.conf template, refs #78 and #74Steffen Zieger
2014-05-21imfile: Add the persist_state_interval optionChris Trotman
2014-04-29Merge pull request #76 from mstrzele/masterSteffen Zieger
preserve_fqdn moved to rsyslog class
2014-04-28preserve_fqdn in rsyslog namespaceMaciej Strzelecki
2014-04-23Merge pull request #64 from janorn/masterSteffen Zieger
Added logrotation based on date.
2014-04-04PreserveFQDN as first directive in rsyslog.confMaciej Strzelecki
2014-04-01Added logrotation based on date.Jan Örnstedt
2014-03-11Remove some generic logging configuration from inside the local logging ↵Aaron Hicks
block to expose them when setting up remote logging.
2014-03-11Define log templates with $templateAaron Hicks
Remove and update 'file managed by puppet' comment
2014-02-07configuring mulitple remote servers from the remote_servers parameter using ↵Aaron Hicks
a hash.
2014-02-07new parameter rsyslog::client parameter, actionfiletemplate, which sets the ↵Aaron Hicks
default logging format for remote and local logging.
2014-02-05Merge pull request #54 from raphink/dev/revert_run_userSteffen Zieger
Revert run_user change
2014-02-05Revert "fix run_user and run_group"Raphaël Pinson
This reverts commit 4efaf7576dafb701a67052b41b7fa87935dd6db5.
2014-02-04Preserve FQDN parameterAaron Hicks
2014-01-30use @ global variable in erbMax Griffiths
2014-01-28Need to specificly define high precision time format incase of using both ↵Jan Örnstedt
client and server config on same rsyslog instance.
2014-01-24fix run_user and run_groupSteffen Zieger
2014-01-21Made modules in rsyslog.conf configurable via parameter $modules.Jan Örnstedt
2013-12-03SSL supportMathieu Bornoz
2013-10-28Make rsyslog server port configurableChristian Kaenzig
2013-10-05fix variables in templatesSteffen Zieger
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.
2013-04-07Merge pull request #24 from johanek/developmentSteffen Zieger
Allow server to split logs by hostname
2013-03-23Rename $InputFilePollingInterval to $InputFilePollIntervalJohan van den Dorpe
2013-03-11Add server-hostname template and testsJohan van den Dorpe
2013-03-11Rename server.conf.erb to server-default.conf.erb and create _default ↵Johan van den Dorpe
partial templates Split out server template into two parts: server/_default-{header,footer}.conf.erb which hold unchaning values server-default.conf.erb which contains commonly modified values, and imports _default.conf.erb
2012-10-23Merge pull request #10 from frosty-geek/Add_Disk_Spool_Size_Queueing_ParamsSteffen Zieger
Add disk spool size queueing params
2012-10-22Added MySQL and PostgreSQL backends. Databases need to be deployed separately.Ben Webber
2012-09-24merged changes with upstream:saz/puppet-rsyslogRalf Heiringhoff
2012-09-24Merge branch 'saz' into Add_Disk_Spool_Size_Queueing_ParamsRalf Heiringhoff
2012-09-08Merge pull request #9 from frosty-geek/Add_One_File_Per_HostSteffen Zieger
Added one logfile per remote host
2012-09-05doh!, typo fix #2Ralf Heiringhoff
2012-09-04corrected typoRalf Heiringhoff
2012-09-04Add Disk Spool Size Queueing ParamsRalf Heiringhoff
2012-08-28Merge branch 'Add_One_File_Per_Host'Ralf Heiringhoff
2012-08-28Added one logfile per remote hostRalf Heiringhoff
2012-08-28added Red Hat, CentOS, Fedora support; File/Dir permissions now in params.ppRalf Heiringhoff
2012-07-01add port option to rsyslog::clientAnton Lindström
This commit adds port option for the rsyslog::client class for servers not running on 514.
2012-05-11set log template for remote logging explicitlySteffen Zieger