mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 06:09:39 +08:00
Merge pull request #1367 from yousong/bugfix/yousong-lb
Bugfix/yousong lb
This commit is contained in:
@@ -534,7 +534,7 @@ vrrp_instance YunionLB {
|
||||
auth_type PASS
|
||||
auth_pass {{ .vrrp.pass }}
|
||||
}
|
||||
{{ if .vrrp.notify_script -}} notify {{ .vrrp.notify_script }} {{- end }}
|
||||
{{ if .vrrp.notify_script -}} notify {{ .vrrp.notify_script }} root {{- end }}
|
||||
{{ if .vrrp.unicast_peer -}} unicast_peer { {{- println }}
|
||||
{{- range .vrrp.unicast_peer }} {{ println . }} {{- end }}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user