Old syslog-ng is old, move @include inside check for newer ones
[mirror/dsa-puppet.git] / modules / syslog-ng / templates / syslog-ng.conf.erb
index f5d5036..4353332 100644 (file)
@@ -2,10 +2,11 @@
 @version: 3.0
 <%- elsif has_variable?("syslogversion") and syslogversion.to_s == "3.5" -%>
 @version: 3.5
+@include "scl.conf"
 <%- else -%>
 @version: 3.3
-<%- end -%>
 @include "scl.conf"
+<%- end -%>
 
 ##
 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.