Add missing context
This commit is contained in:
parent
4c02ae7004
commit
293b68b939
@ -32,7 +32,7 @@
|
|||||||
##########################################
|
##########################################
|
||||||
{% if 'name' in pillar['apache']['register-site'][site] and 'path' in pillar['apache']['register-site'][site] %}
|
{% if 'name' in pillar['apache']['register-site'][site] and 'path' in pillar['apache']['register-site'][site] %}
|
||||||
|
|
||||||
/etc/apache2/sites-available/{{ pillar['apache']['register-site'][site]['name'] }}:
|
/etc/apache2/sites-available/{{ pillar['apache']['register-site'][site]['name'] }}{{ apache.confext }}:
|
||||||
file.managed:
|
file.managed:
|
||||||
- source: {{ pillar['apache']['register-site'][site]['path'] }}
|
- source: {{ pillar['apache']['register-site'][site]['path'] }}
|
||||||
- order: 225
|
- order: 225
|
||||||
|
Loading…
x
Reference in New Issue
Block a user