From 5fd2b5f6e91964989fa8828cb309f35aed5056c7 Mon Sep 17 00:00:00 2001 From: Maciej Strzelecki Date: Mon, 28 Apr 2014 13:08:43 +0200 Subject: fix typo in variables list --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index d326691..c1d2f71 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -41,7 +41,7 @@ class rsyslog::params { '$ModLoad imuxsock # provides support for local system logging', '$ModLoad imklog # provides kernel logging support (previously done by rklogd)', '#$ModLoad immark # provides --MARK-- message capability', - ], + ] $preserve_fqdn = false } redhat: { -- cgit v1.2.3