formatting

This commit is contained in:
2019-03-30 01:29:32 -04:00
parent 2118ab39f4
commit 2dcf9516e8

View File

@@ -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 -%}