summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMaciej Strzelecki <maciej@strzelecki.name>2014-04-28 12:56:20 +0200
committerMaciej Strzelecki <maciej@strzelecki.name>2014-04-28 12:56:20 +0200
commitd0c3c5e014e001f69a36052ae59bdceac025c391 (patch)
treef0e52f74534eb91699c564673f304c9fc04723a8 /templates
parent0440153f0942f4882f6c97a0159ffd5583ab2cd4 (diff)
preserve_fqdn in rsyslog namespace
Diffstat (limited to 'templates')
-rw-r--r--templates/rsyslog.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rsyslog.conf.erb b/templates/rsyslog.conf.erb
index d289f2a..b65d6a7 100644
--- a/templates/rsyslog.conf.erb
+++ b/templates/rsyslog.conf.erb
@@ -14,7 +14,7 @@
#
# Set the default permissions for all log files.
#
-<% if scope.lookupvar('rsyslog::client::preserve_fqdn') -%>
+<% if scope.lookupvar('rsyslog::preserve_fqdn') -%>
$PreserveFQDN on
<% end -%>
$FileOwner <%= scope.lookupvar('rsyslog::log_user') %>