Procházet zdrojové kódy

splitbrain condition

pull/27/head
TomasHradecky před 7 roky
rodič
revize
5043f7547e
1 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. +14
    -0
      galera/server.sls

+ 14
- 0
galera/server.sls Zobrazit soubor

@@ -165,5 +165,19 @@ galera_xinetd_service:
- pkg: xinetd
{%- endif %}

{%- endif %}

{%- if _galera_xinetd_srv|length > 0 %}
haproxy_xinetd_package:
pkg.installed:
- name: xinetd

galera_xinetd_service:
service.running:
- name: xinetd
- require:
- pkg: xinetd
{%- endif %}


{%- endif %}

Načítá se…
Zrušit
Uložit