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