Fixed typos and checksum
This commit is contained in:
parent
047e3d7e5c
commit
d60437c5ed
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ consul:
|
|||
ui_hash: 67a2665e3c6aa6ca95c24d6176641010a1002cd6
|
||||
|
||||
template_version: 0.11.0
|
||||
template_hash: 3894617dfa7d9ccdd4b754023e528b46a13423a6
|
||||
template_hash: 4db740e15f04651f296ee81413f9bef82bab6eb2
|
||||
|
||||
service: false
|
||||
config:
|
||||
|
|
|
@ -14,8 +14,8 @@ consul:
|
|||
register:
|
||||
- name: Redis
|
||||
checks:
|
||||
- script: /usr/share/local/consul/check_redis.py
|
||||
- script: /usr/local/share/consul/check_redis.py
|
||||
interval: 10s
|
||||
scripts:
|
||||
- source: salt://files/consul/check_redis.py
|
||||
name: /usr/share/local/consul/check_redis.py
|
||||
name: /usr/local/share/consul/check_redis.py
|
||||
|
|
Loading…
Reference in a new issue