File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change
1
+ #jinja2: trim_blocks:False
1
2
consul = "{{ consul_template_consul_server }}:{{ consul_template_consul_port }}"
2
- {% if consul_template_log_level %}
3
+ {% if consul_template_log_level - %}
3
4
log_level = "{{consul_template_log_level}}"
4
- {% endif %}
5
- {% if consul_template_wait is defined %}
5
+ {% endif - %}
6
+ {% if consul_template_wait is defined - %}
6
7
wait = "{{consul_template_wait}}"
7
- {% endif %}
8
- {% if not consul_template_use_config_dir %}
9
- {% if consul_template_templates %}
10
- {% for template in consul_template_templates %}
8
+ {% endif - %}
9
+ {% if not consul_template_use_config_dir - %}
10
+ {% if consul_template_templates - %}
11
+ {% for template in consul_template_templates - %}
11
12
template {
12
13
source = "{{ consul_template_home }}/templates/{{ template.name }}"
13
14
destination = "{{ template.dest }}"
14
15
{% if template .cmd is defined %} command = "{{ template.cmd }}"{% endif %}
15
16
{% if template .perms is defined %} perms = {{ template.perms }}{% endif %}
16
17
{% if template .backup is defined %} backup = {{ template.backup|lower }}{% endif %}
17
18
{% if template .wait is defined %} wait = {{ template.wait|lower }}{% endif %}
18
- }{% endfor %}
19
- {% endif %}
20
- {% endif %}
19
+ }{% endfor - %}
20
+ {% endif - %}
21
+ {% endif - %}
You can’t perform that action at this time.
0 commit comments