keepalived: add dbus support
This commit is contained in:
parent
dcd56413e8
commit
8bf1f1a1fa
2 changed files with 5 additions and 1 deletions
|
@ -6,5 +6,6 @@ keepalived__notify_backup: []
|
|||
keepalived__notify_fault: []
|
||||
keepalived__main: false
|
||||
keepalived__max_auto_priority: -1
|
||||
keepalived__enable_snmp: true
|
||||
keepalived__enable_snmp: false
|
||||
keepalived__enable_dbus: true
|
||||
...
|
||||
|
|
|
@ -12,6 +12,9 @@ global_defs {
|
|||
enable_snmp_vrrp
|
||||
enable_snmp_rfc
|
||||
{% endif %}
|
||||
{% if keepalived__enable_dbus %}
|
||||
enable_dbus
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
{%
|
||||
|
|
Loading…
Reference in a new issue