apache-formula/apache/vhosts/vhost.conf.jinja

7 lines
206 B
Plaintext
Raw Normal View History

{% 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 = []) }}