From 3f7952a099dfb65d7048b7448002d288a846f85b Mon Sep 17 00:00:00 2001 From: Maciej Strzelecki Date: Mon, 28 Apr 2014 12:53:20 +0200 Subject: remove preserve_fqdn from rsyslog::client --- manifests/client.pp | 3 +-- 1 file changed, 1 insertion(+), 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 ? { -- cgit v1.2.3