formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Managed by salt
|
||||
{% for host, config in pillar['ssh_config'].items() %}
|
||||
{% for host, config in pillar['ssh_config'].items() -%}
|
||||
Host {{host}}
|
||||
{% for key, val in config.items() %}
|
||||
{{key}} {{val }}
|
||||
{% endfor -%}
|
||||
{%- for key, val in config.items() %}
|
||||
{{key}} {{val -}}
|
||||
{% endfor %}
|
||||
{% endfor -%}
|
||||
|
||||
Reference in New Issue
Block a user