mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Fixed a bug where the Require parameter would be on the same line as location
- This is then ignored by Apache
This commit is contained in:
parent
2320295d09
commit
9b8932b267
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