
Provide a load balancer class that will setup haproxy for git. Originally from system-config/modules/openstack_project/manifests/git Co-Authored-By: Elizabeth Krumbach <lyz@princessleia.com> Change-Id: I1d5afd8b1f27c6755e7f5bc5582af7573ef9d29c
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
# Provides UDP syslog reception
|
|
$ModLoad imudp
|
|
$UDPServerRun 514
|
|
|
|
# Save haproxy messages to haproxy.log
|
|
local0.* /var/log/haproxy.log
|