summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2013-04-07 13:35:12 -0700
committerSteffen Zieger <me@saz.sh>2013-04-07 13:35:12 -0700
commitbf2b8f173e353d85fba4aa0eb0b57ab6a6c0c0b0 (patch)
treeae0f8b80224ada29108eba37d9f861dc706bdfca /manifests
parent5fe39b49c20af9ed01116f664da33b764171750e (diff)
parente1092f423f285ed9ec5d94bf8d6846e4aab20dd7 (diff)
Merge pull request #25 from hunner/add_custom_params
Add `custom_params` to `rsyslog::client` for custom templates
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 74f839a..39edd31 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -11,6 +11,7 @@
# [*log_local*]
# [*log_auth_local*]
# [*custom_config*]
+# [*custom_params*]
# [*server*]
# [*port*]
#
@@ -27,6 +28,7 @@ class rsyslog::client (
$log_local = false,
$log_auth_local = false,
$custom_config = undef,
+ $custom_params = undef,
$server = 'log',
$port = '514'
) inherits rsyslog {