Correct script variables
This commit is contained in:
parent
fe712f5f41
commit
77695911ef
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ consul_config:
|
|||
{% for script in consul.scripts %}
|
||||
consul_service_register_{{ loop.index }}:
|
||||
file.managed:
|
||||
- source: {{ check.source }}
|
||||
- name: {{ check.name }}
|
||||
- source: {{ script.source }}
|
||||
- name: {{ script.name }}
|
||||
- template: jinja
|
||||
- user: consul
|
||||
- group: consul
|
||||
|
|
Loading…
Reference in a new issue