formatting
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
{{key}} = {{defaults['global'][key]}}
|
||||
{% endif -%}
|
||||
{% endfor %}
|
||||
|
||||
[security]
|
||||
INTERNAL_TOKEN = {{secrets['INTERNAL_TOKEN']}}
|
||||
INSTALL_LOCK = true
|
||||
@@ -28,9 +27,9 @@ PASSWD = `{{pillar_sections['database']['PASSWD']}}`
|
||||
{% endif -%}
|
||||
{% for key in defaults['sections'][section] -%}
|
||||
{% if section in pillar_sections and key in pillar_sections[section] -%}
|
||||
{{key}} = {{pillar_sections[section][key]}}
|
||||
{{key.ljust(33)}} = {{pillar_sections[section][key]}}
|
||||
{% else -%}
|
||||
{{key}} = {{defaults['sections'][section][key]}}
|
||||
{{key.ljust(33)}} = {{defaults['sections'][section][key]}}
|
||||
{% endif -%}
|
||||
{% endfor -%}
|
||||
{% endfor %}
|
||||
{% endfor -%}
|
||||
|
||||
Reference in New Issue
Block a user