Fixing config parser
This commit is contained in:
parent
783df5689c
commit
f0d8318443
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ traefik-config:
|
|||
- source: salt://{{ slspath }}/files/traefik.toml
|
||||
- template: jinja
|
||||
- context:
|
||||
config: {{ traefik.config }}
|
||||
config: {{ traefik.config|yaml() }}
|
||||
- user: {{ traefik.user}}
|
||||
- group: {{ traefik.group }}
|
||||
- mode: 0640
|
||||
|
|
Loading…
Reference in a new issue