syntax
[mirror/dsa-puppet.git] / modules / syslog-ng / templates / syslog-ng.conf.erb
index aef9175..cb5c67c 100644 (file)
 ######
 # options
 
-
 options {
         # disable the chained hostname format in logs
         # (default is enabled)
-        chain_hostnames(0);
+        chain_hostnames(1);
 
         # the time to wait before a died connection is re-established
         # (default is 60)
@@ -83,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);
 };