File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ haproxy {
2222 haproxy_bin = " /usr/local/sbin/haproxy"
2323
2424 reload {
25- strategy = " custom"
25+ reload_strategy = " custom"
2626 reload_cmd = " kill -SIGUSR2 1"
2727 restart_cmd = " kill -SIGUSR2 1"
2828 }
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ haproxy:
1414 config_file : /etc/haproxy/haproxy.cfg
1515 haproxy_bin : /usr/local/sbin/haproxy
1616 reload :
17- strategy : custom
17+ reload_strategy : custom
1818 reload_cmd : kill -SIGUSR2 1
1919 restart_cmd : kill -SIGUSR2 1
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ haproxy {
7979 status_cmd = " systemctl status haproxy"
8080 service_name = " haproxy.service"
8181 reload_retention = 1
82- strategy = " custom"
82+ reload_strategy = " custom"
8383 validate_cmd = " null"
8484 }
8585}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ haproxy:
6565 status_cmd : " systemctl status haproxy"
6666 service_name : " haproxy.service"
6767 reload_retention : 1 # int 2
68- strategy : custom
68+ reload_strategy : custom
6969 validate_cmd : null # string 2
7070cluster :
7171 cluster_tls_dir : null # string
You can’t perform that action at this time.
0 commit comments