fix hostname
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 11 Oct 2014 21:41:39 +0000 (21:41 +0000)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 11 Oct 2014 21:41:39 +0000 (21:41 +0000)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/syslog-ng/templates/syslog-ng.conf.erb

index 62cdc5c..bb8770a 100644 (file)
@@ -434,7 +434,7 @@ log {
  <%- if hostname != "lully" -%>
        destination(loghost-lully);
  <%- end -%>
- <%- if hostname != "loghost01-grnet-01" -%>
+ <%- if hostname != "loghost-grnet-01" -%>
        destination(loghost-loghost-grnet-01);
  <%- end -%>
 };