]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - templates/syslog-ng.conf.erb
probably I should move the end to the right place
[dsa-puppet.git] / templates / syslog-ng.conf.erb
index c62a7f7998ff70637b62e38355d946070f0869f0..f21ccc5f6fc01d524293992118ddaaff2e177549 100644 (file)
@@ -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%>
 };