Correct A Code Change

This commit is contained in:
Henry Wang 2019-08-29 11:11:36 +08:00
parent abd651558c
commit 2d6c45ab9c

View File

@ -12,7 +12,7 @@ class role::loadbalancer (
haproxy::listen { $rule1 :
collect_exported => false,
ipaddress => $::ipaddress,
ports => '8140',
ports => $ports1,
}
haproxy::balancermember { 'haproxy01' :