summaryrefslogtreecommitdiff
path: root/templates/syslog-ng.conf_lenny.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-03 17:03:44 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-03 17:03:44 -0200
commit9e23e64c83bcac379a69ed1dd12bdcb82c2fb72e (patch)
tree75773592b78ca09897ae5abf9ad25509881c4a87 /templates/syslog-ng.conf_lenny.erb
parentf2657fcac059cbd565130d956d7e7619f3c50028 (diff)
downloadpuppet-syslog-ng-9e23e64c83bcac379a69ed1dd12bdcb82c2fb72e.tar.gz
puppet-syslog-ng-9e23e64c83bcac379a69ed1dd12bdcb82c2fb72e.tar.bz2
Fix template deprecations
Diffstat (limited to 'templates/syslog-ng.conf_lenny.erb')
-rw-r--r--templates/syslog-ng.conf_lenny.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/syslog-ng.conf_lenny.erb b/templates/syslog-ng.conf_lenny.erb
index 33e7e36..f5d02bd 100644
--- a/templates/syslog-ng.conf_lenny.erb
+++ b/templates/syslog-ng.conf_lenny.erb
@@ -30,7 +30,7 @@ options {
source s_all {
internal();
unix-stream("/dev/log");
-<% if (log_kernel_msgs == true) -%>
+<% if (@log_kernel_msgs == true) -%>
file("/proc/kmsg" log_prefix("kernel: "));
<% end -%>
};