Try without forwarders on schein
[mirror/dsa-puppet.git] / modules / syslog-ng / templates / syslog-ng.conf.erb
index 6e09b03..cb5c67c 100644 (file)
@@ -82,11 +82,7 @@ options {
        # is not a real hostname.
        bad_hostname("^gconfd$");
 
-<%- if (hostname == "heininen") || (hostname == "lotti") -%>
-       # we trust our mutual authenticated syslog clients
-       keep_hostname(yes);
-<%- end -%>
-
+       keep_hostname(no);
 };