blob: 67f4d26da37ea5e842f9fd698583f1374c5e43ce (
plain)
1
2
3
4
5
6
7
8
|
{
"log.path": "{{ pillar["customer_web_ui"]["log"] }}"
{% raw %}
{% if "True" == openbook_install_customer_web_ui|string() %}
,"application.port": {{ openbook_customer_web_ui_port|default("") }}
{% endif %}
{% endraw %}
}
|