fix hostname
[mirror/dsa-puppet.git] / 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 -%>
 };