PR #195 follow-up, fixes #224: Fix indentfirst argument.

This commit is contained in:
Jeff Geerling 2021-08-26 23:38:35 -05:00
parent f472547b24
commit f0499b207a

View file

@ -27,7 +27,7 @@
</Directory>
{% endif %}
{% if vhost.extra_parameters is defined %}
{{ vhost.extra_parameters | indent(width=2, first=True, indentfirst=True) }}
{{ vhost.extra_parameters | indent(width=2, first=True) }}
{% endif %}
</VirtualHost>
@ -74,7 +74,7 @@
</Directory>
{% endif %}
{% if vhost.extra_parameters is defined %}
{{ vhost.extra_parameters | indent(width=2, first=True, indentfirst=True) }}
{{ vhost.extra_parameters | indent(width=2, first=True) }}
{% endif %}
</VirtualHost>