From: Martin Zobel-Helas Date: Sat, 11 Oct 2014 21:41:39 +0000 (+0000) Subject: fix hostname X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b1c0b7a1a0e1d42bac09fae9985ede940db771aa;p=mirror%2Fdsa-puppet.git fix hostname Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/syslog-ng/templates/syslog-ng.conf.erb b/modules/syslog-ng/templates/syslog-ng.conf.erb index 62cdc5c7b..bb8770af9 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 -%> };