Browse Source

make dir fix, test name fix

pull/27/head
TomasHradecky 7 years ago
parent
commit
b96a799a13
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      galera/clustercheck.sls

+ 1
- 0
galera/clustercheck.sls View File

@@ -22,6 +22,7 @@ clustercheck_dir:
file.managed:
- source: salt://galera/files/xinet.d.conf
- template: jinja
- makedirs: True
- defaults:
user: nobody
server: '/usr/local/bin/clustercheck {{ clustercheck.get('user', 'clustercheck') }} {{ clustercheck.get('password', 'clustercheck') }} {{ clustercheck.get('available_when_donor', 0) }} {{ clustercheck.get('available_when_readonly', 0) }}'

Loading…
Cancel
Save