X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fsyslog-ng%2Ftemplates%2Fsyslog-ng.conf.erb;h=cb5c67c3858733ae8e4b392a1e976aeda4bdbc6c;hb=e6fdff95906ed66fdf80994e43ac500fa0d9311f;hp=8ea828d69b89da9ee743031baa20b7e3560ae067;hpb=b3f915434eb31aef5a7730178c1c3b608a011059;p=mirror%2Fdsa-puppet.git diff --git a/modules/syslog-ng/templates/syslog-ng.conf.erb b/modules/syslog-ng/templates/syslog-ng.conf.erb index 8ea828d69..cb5c67c38 100644 --- a/modules/syslog-ng/templates/syslog-ng.conf.erb +++ b/modules/syslog-ng/templates/syslog-ng.conf.erb @@ -24,7 +24,7 @@ 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) @@ -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); };