This commit is contained in:
Henry Wang 2020-01-30 19:14:30 +08:00
parent b28c0773f6
commit 38a6bb05b9

View File

@ -11,6 +11,7 @@ class role::loadbalancer (
) { ) {
class { 'haproxy': class { 'haproxy':
merge_options => true,
global_options => { global_options => {
'log' => "${::ipaddress} local0", 'log' => "${::ipaddress} local0",
'chroot' => '/var/lib/haproxy', 'chroot' => '/var/lib/haproxy',