Commit 504b36a2 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Revert "apache-frontend: support RootSoftwareInstance type"

This reverts commit 8a6c47bc.
parent 8a6c47bc
...@@ -175,8 +175,7 @@ extra-context = ...@@ -175,8 +175,7 @@ extra-context =
raw template_slave_configuration ${template-default-slave-virtualhost:target} raw template_slave_configuration ${template-default-slave-virtualhost:target}
raw empty_template ${template-empty:target} raw empty_template ${template-empty:target}
raw template_rewrite_cached ${template-rewrite-cached:target} raw template_rewrite_cached ${template-rewrite-cached:target}
raw software_type1 default raw software_type default
raw software_type2 RootSoftwareInstance
[dynamic-virtualhost-template-slave] [dynamic-virtualhost-template-slave]
<= jinja2-template-base <= jinja2-template-base
......
{% if slap_software_type in (software_type1, software_type2) -%} {% if software_type == slap_software_type -%}
{% set cached_server_dict = {} -%} {% set cached_server_dict = {} -%}
{% set part_list = [] -%} {% set part_list = [] -%}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment