Fipsilon: Fix indentation and stuff and top-define
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
b6c34ca9ab
commit
725d4eec01
1 changed files with 4 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
|||
{% macro load_file(filename) %}{% include filename %}{%- endmacro -%}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
@ -77,14 +78,11 @@ data:
|
|||
CoreDumpDirectory /tmp
|
||||
|
||||
# Ipsilon stuff
|
||||
{%- macro import_config(filename) %} {% include filename %}{%- endmacro -%}
|
||||
{{ import_config("ipsilon-httpd.conf.j2") | indent() }}
|
||||
{{ load_file('ipsilon-httpd.conf.j2') | indent() }}
|
||||
ipsilon.conf: |-
|
||||
{%- macro import_config(filename) %} {% include filename %}{%- endmacro -%}
|
||||
{{ import_config("ipsilon.conf") | indent() }}
|
||||
{{ load_file('ipsilon.conf') | indent() }}
|
||||
configuration.conf: |-
|
||||
{%- macro import_config(filename) %} {% include filename %}{%- endmacro -%}
|
||||
{{ import_config("configuration.conf") | indent() }}
|
||||
{{ load_file('configuration.conf') | indent() }}
|
||||
openidc.static.cfg: |-
|
||||
# TODO
|
||||
openidc.key: |-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue