mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Merge pull request #119 from opdude/hotfix/require-new-line
Fixed a bug where the Require parameter would be on the same line as …
This commit is contained in:
commit
ba0ba8686f
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
} %}
|
||||
|
||||
<Location "{{ path }}">
|
||||
{%- if apache.use_require %}
|
||||
{% if apache.use_require %}
|
||||
{%- if lvals.get('Require') != False %}Require {{lvals.Require}}{% endif %}
|
||||
{% else %}
|
||||
{%- if lvals.get('Order') != False %}Order {{ lvals.Order }}{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue