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
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
@ -77,14 +78,11 @@ data:
|
||||||
CoreDumpDirectory /tmp
|
CoreDumpDirectory /tmp
|
||||||
|
|
||||||
# Ipsilon stuff
|
# Ipsilon stuff
|
||||||
{%- macro import_config(filename) %} {% include filename %}{%- endmacro -%}
|
{{ load_file('ipsilon-httpd.conf.j2') | indent() }}
|
||||||
{{ import_config("ipsilon-httpd.conf.j2") | indent() }}
|
|
||||||
ipsilon.conf: |-
|
ipsilon.conf: |-
|
||||||
{%- macro import_config(filename) %} {% include filename %}{%- endmacro -%}
|
{{ load_file('ipsilon.conf') | indent() }}
|
||||||
{{ import_config("ipsilon.conf") | indent() }}
|
|
||||||
configuration.conf: |-
|
configuration.conf: |-
|
||||||
{%- macro import_config(filename) %} {% include filename %}{%- endmacro -%}
|
{{ load_file('configuration.conf') | indent() }}
|
||||||
{{ import_config("configuration.conf") | indent() }}
|
|
||||||
openidc.static.cfg: |-
|
openidc.static.cfg: |-
|
||||||
# TODO
|
# TODO
|
||||||
openidc.key: |-
|
openidc.key: |-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue