]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
remove condition
authorMartin Zobel-Helas <zobel@debian.org>
Tue, 15 Nov 2011 09:20:24 +0000 (10:20 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Tue, 15 Nov 2011 09:20:24 +0000 (10:20 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/syslog-ng/templates/syslog-ng.conf.erb

index 23f53934be7b00223cea0dfe7bd1a9f86a54ad3d..20f0cfc5e2678517586d480c441992ff65fecb16 100644 (file)
@@ -399,7 +399,6 @@ log {
 <%- end -%>
 
 
-<%- if has_variable?("syslogversion") and syslogversion.to_s == "3.1" -%>
   <%- if hostname != "heininen" -%>
 destination loghost-heininen {
        tcp("heininen.debian.org" port (5140)
@@ -430,7 +429,6 @@ log {
        destination(loghost-lotti);
  <%- end -%>
 };
-<%- end -%>