From: Stephen Gran Date: Sat, 19 Jun 2010 18:48:09 +0000 (+0000) Subject: probably I should move the end to the right place X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=54734db269eaef985282809c73966ce10831b1d8;p=mirror%2Fdsa-puppet.git probably I should move the end to the right place Signed-off-by: Stephen Gran --- diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index c62a7f799..f21ccc5f6 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -106,15 +106,15 @@ source s_all { # function to send logs to) unix-dgram("/var/run/log"); # messages from the kernel -<%end%> <% if syslogversion == "2" -%> file("/dev/klog" log_prefix("kernel: ")); <% else %> file("/dev/klog" program_override("kernel: ")); <%end%> +<%end%> +<% if hostname == "paganini" -%> # use the following line if you want to receive remote UDP logging messages # (this is equivalent to the "-r" syslogd flag) -<% if hostname == "paganini" -%> udp(); <%end%> };