summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index dfc28e0..3cccff3 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -16,6 +16,7 @@
# [*port*]
# [*remote_servers*]
# [*ssl_ca*]
+# [*log_templates*]
# [*actionfiletemplate*]
#
# === Variables
@@ -36,6 +37,7 @@ class rsyslog::client (
$port = '514',
$remote_servers = false,
$ssl_ca = undef,
+ $log_templates = false,
$actionfiletemplate = false,
$preserve_fqdn = false
) inherits rsyslog {