summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Strzelecki <maciej@strzelecki.name>2014-04-28 12:53:20 +0200
committerMaciej Strzelecki <maciej@strzelecki.name>2014-04-28 12:53:20 +0200
commit3f7952a099dfb65d7048b7448002d288a846f85b (patch)
treea42eebac5cc0f565710b9e28097394b992d5386f
parenta5b8e19a4b7488816d10b15e7c090530ee2b5ca6 (diff)
remove preserve_fqdn from rsyslog::client
-rw-r--r--manifests/client.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 3cccff3..4028b11 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -38,8 +38,7 @@ class rsyslog::client (
$remote_servers = false,
$ssl_ca = undef,
$log_templates = false,
- $actionfiletemplate = false,
- $preserve_fqdn = false
+ $actionfiletemplate = false
) inherits rsyslog {
$content_real = $custom_config ? {