From: Peter Palfrader Date: Wed, 28 Jul 2010 11:14:13 +0000 (+0200) Subject: Try something for syslog fu, IV X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=578323f0c357f7aee2ff79741ebe80f14dd19f13;p=mirror%2Fdsa-puppet.git Try something for syslog fu, IV --- diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index 35038e8d6..f60820d03 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -1,4 +1,4 @@ -<%- if has_variable?(syslogversion) and syslogversion.to_s == "3" -%> +<%- if has_variable?("syslogversion") and syslogversion.to_s == "3" -%> @version: 3.0 <%- end -%> ## @@ -102,7 +102,7 @@ source s_local { # function to send logs to) unix-stream("/dev/log"); # messages from the kernel -<%- if has_variable?(syslogversion) and syslogversion.to_s == "2" -%> +<%- if has_variable?("syslogversion") and syslogversion.to_s == "2" -%> file("/proc/kmsg" log_prefix("kernel: ")); <%- else -%> file("/proc/kmsg" program_override("kernel: ")); @@ -112,7 +112,7 @@ source s_local { # function to send logs to) unix-dgram("/var/run/log"); # messages from the kernel -<%- if has_variable?(syslogversion) and syslogversion.to_s == "2" -%> +<%- if has_variable?("syslogversion") and syslogversion.to_s == "2" -%> file("/dev/klog" log_prefix("kernel: ")); <%- else -%> file("/dev/klog" program_override("kernel: ")); @@ -404,7 +404,7 @@ log { <%- if hostname != "heininen" -%> - <%- if has_variable?(syslogversion) and syslogversion.to_s == "3" -%> + <%- if has_variable?("syslogversion") and syslogversion.to_s == "3" -%> destination loghost-heininen { tcp("heininen.debian.org" port (5140) tls( key_file("/etc/ssl/debian/keys/thishost.key")