From: Martin Zobel-Helas <zobel@debian.org>
Date: Sat, 11 Oct 2014 21:41:39 +0000 (+0000)
Subject: fix hostname
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b1c0b7a1a0e1d42bac09fae9985ede940db771aa;p=dsa-puppet.git

fix hostname

Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
---

diff --git a/modules/syslog-ng/templates/syslog-ng.conf.erb b/modules/syslog-ng/templates/syslog-ng.conf.erb
index 62cdc5c7..bb8770af 100644
--- a/modules/syslog-ng/templates/syslog-ng.conf.erb
+++ b/modules/syslog-ng/templates/syslog-ng.conf.erb
@@ -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 -%>
 };