Embed production.ini in an evil way
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
51f9ed1a9c
commit
173d076269
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@ metadata:
|
|||
app: bodhi
|
||||
data:
|
||||
production.ini: |-
|
||||
{% include "{{ roles_path }}/bodhi2/base/templates/production.ini.j2" %}
|
||||
{%- macro production_ini() %} {% include "{{ roles_path }}/bodhi2/base/templates/production.ini.j2" %}{%- endmacro -%}
|
||||
{{ production_ini() | indent() }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue