]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/syslog-ng/templates/syslog-ng.conf.erb
fix hostname
[dsa-puppet.git] / modules / syslog-ng / templates / syslog-ng.conf.erb
index 62cdc5c7bd19b5b19b288fb9c111b3977069f369..bb8770af9c8de112bebdf319e4799e9c18a5ca79 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 -%>
 };