From: Martin Zobel-Helas Date: Sun, 20 Jun 2010 09:17:50 +0000 (+0200) Subject: tcp6 won't work. i need to find a better way to fix it. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f15775100449de106f0ee2cd14d327362ce45909;p=dsa-puppet.git tcp6 won't work. i need to find a better way to fix it. Signed-off-by: Martin Zobel-Helas --- diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index 86430df5..fffd050a 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -454,7 +454,7 @@ log { <% if hostname != "heininen" -%> <% if syslogversion == "3" %> destination loghost-heininen { - tcp6("heininen.debian.org" port (5140) + tcp("heininen.debian.org" port (5140) tls( key_file("/etc/ssl/debian/keys/thishost.key") cert_file("/etc/ssl/debian/certs/thishost.crt") ca_dir("/etc/ssl/debian/certs/")