summaryrefslogtreecommitdiff
path: root/manifests/client.pp
AgeCommit message (Collapse)Author
2014-07-10add parameter for setting the remote forward format, fixes #46Steffen Zieger
2014-06-22remove trailing commasSteffen Zieger
2014-06-11change custom_config handling in rsyslog::client, refs #78 and #74Steffen Zieger
2014-04-29Merge pull request #76 from mstrzele/masterSteffen Zieger
preserve_fqdn moved to rsyslog class
2014-04-28remove preserve_fqdn from rsyslog::clientMaciej Strzelecki
2014-04-01Using $rsyslog::client_conf var to generate rsyslog::client file nameDerek Tamsen
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-04Preserve FQDN parameterAaron Hicks
2014-01-24remove trailing commaSteffen Zieger
2013-12-03SSL supportMathieu Bornoz
2013-04-29use rsyslog::snippet for client and server configsMathieu Bornoz
Doesn't feature any functional change, but it seems cleaner to use that definition to avoid repeating dependencies and paths.
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-03-21Add `custom_params` to `rsyslog::client` for custom templatesHunter Haugen
When doing lookups in templates, variables that are not explicitly scoped with `scope.lookupvar()` must be in the scope of the `template()` function call. `rsyslog::client` allows custom templates to be called, but doesn't allow custom parameters to be passed for the alterate template to use. This pull request adds a `custom_params` parameter so a hash of extra parameters may be passed for the custom template to access without explicit scoping knowledge.
2012-11-14Create spec tests for all classes/defines and perform most cleanup ↵Jonathan Thurman
recommended by puppet-lint
2012-09-24merged changes with upstream:saz/puppet-rsyslogRalf Heiringhoff
2012-07-02style-guide fixesSteffen Zieger
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-03-23Adding support for FreeBSDWill Hopper
2012-03-13Updating formatting to meet Puppet Labs best practicesWilliam Hopper
Signed-off-by: William Hopper <whopper@cat.pdx.edu>
2011-12-04Use TCP instead of RELP, as InputRELPServerBindRuleset requires version ↵Saz
6.3.6+, disable remote logging completely, switch between TCP and UDP logging
2011-12-03require class rsyslog::config, change ensure from file to presentSaz
2011-12-02add option for logging on a client all or auth log only, alternate config ↵Saz
template
2011-07-25initial importSaz