summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAaron Hicks <hicksa@landcareresearch.co.nz>2014-02-04 17:11:27 +1300
committerAaron Hicks <hicksa@landcareresearch.co.nz>2014-02-04 17:11:27 +1300
commitc0a9ffc076e5bb3fb25103b0bf390b9dc7e756b1 (patch)
treed0893ebaf660e000514f1380c71b04a9ef532ce9 /manifests
parent336ef10c89724b13ed06a480243eef5b7a25a601 (diff)
Preserve FQDN parameter
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index f275ad3..be8518d 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -15,6 +15,7 @@
# [*server*]
# [*port*]
# [*ssl_ca*]
+# [*preserve_fqdn]
#
# === Variables
#
@@ -32,7 +33,8 @@ class rsyslog::client (
$custom_params = undef,
$server = 'log',
$port = '514',
- $ssl_ca = undef
+ $ssl_ca = undef,
+ $preserve_fqdn = undef
) inherits rsyslog {
$content_real = $custom_config ? {