Browse Source

fix command

tags/1.0
Ales Komarek 9 years ago
parent
commit
651f9dda64
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      galera/slave.sls

+ 1
- 1
galera/slave.sls View File

@@ -21,7 +21,7 @@ galera_init_script:
- require:
- pkg: galera_packages

{%- if not salt['cmd.run']('test -e /root/.galera_bootstrap') %}
{%- if salt['cmd.run']('test -e /root/.galera_bootstrap; echo $?') != '0' %}

galera_bootstrap_temp_config:
file.managed:

Loading…
Cancel
Save