summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Strzelecki <maciej@strzelecki.name>2014-04-28 13:08:43 +0200
committerMaciej Strzelecki <maciej@strzelecki.name>2014-04-28 13:08:43 +0200
commit5fd2b5f6e91964989fa8828cb309f35aed5056c7 (patch)
tree42ce91ed571b418f7191cd8e94689413db114efc
parentd0c3c5e014e001f69a36052ae59bdceac025c391 (diff)
fix typo in variables list
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
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: {