Sha256: f736346458e13f017e958ddd82313837016aee6f8a1c9b01942b718af39e5d24

Contents?: true

Size: 269 Bytes

Versions: 155

Compression:

Stored size: 269 Bytes

Contents

<%
  is_rsyslog = File.exist?('/etc/init.d/rsyslog')
  if is_rsyslog
    @path = "/etc/rsyslog.d/haproxy.conf"
    @post = "service rsyslog restart"
  else
    @path = "/etc/syslog.conf"
    @post = "/etc/init.d/sysklogd restart"
  end
%>
local0.* /var/log/haproxy.log

Version data entries

155 entries across 115 versions & 6 rubygems

Version Path
rubber-3.2.2 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-3.2.1 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-3.2.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-3.1.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-3.0.1 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-3.0.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.16.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.15.2 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.15.1 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.15.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.14.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.13.1 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.13.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.12.2 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.12.1 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.12.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.11.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.10.2 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.10.1 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf
rubber-2.10.0 templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf