--- openssh/auth.sls +++ openssh/auth.sls @@ -21,9 +21,9 @@ {%- if 'comment' in key %} - comment: {{ key['comment'] }} {%- endif -%} - {%- if 'options' in key %} + {%- endif -%} + {%- if 'options' in key %} - options: {{ key['options'] }} - {%- endif -%} {%- endif -%} {%- endmacro -%}