From: Stephen Gran Date: Sat, 19 Jun 2010 15:32:59 +0000 (+0000) Subject: bad syntax X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8bbac3aae64a7e73482768c94dacfd96df5872e2;p=dsa-puppet.git bad syntax Signed-off-by: Stephen Gran --- diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index f3f0cf77..9e4a80d6 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -101,7 +101,6 @@ source s_all { <% else %> file("/proc/kmsg" program_override("kernel: ")); <%end%> -<% else %> # standard Linux log source (this is the default place for the syslog() # function to send logs to) unix-dgram("/var/run/log");