ba2368907d
* remove -ng stuff * remove ng from template * remove -ng from readme * manage listen directive with disabled vhosts * add json filter * remove hardcoded path
7 lines
206 B
Django/Jinja
7 lines
206 B
Django/Jinja
{% from "apache/lib.sls" import container_output with context %}
|
|
#
|
|
# This file is managed by Salt! Do not edit by hand!
|
|
#
|
|
|
|
{{ container_output('VirtualHost', vhost_data, col=0, default_directives = []) }}
|