Age | Commit message (Collapse) | Author |
|
|
|
Doesn't feature any functional change, but it seems cleaner to use
that definition to avoid repeating dependencies and paths.
|
|
+ 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.
|
|
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.
|
|
recommended by puppet-lint
|
|
|
|
|
|
This commit adds port option for the rsyslog::client class for servers
not running on 514.
|
|
|
|
Signed-off-by: William Hopper <whopper@cat.pdx.edu>
|
|
6.3.6+, disable remote logging completely, switch between TCP and UDP logging
|
|
|
|
template
|
|
|