Fixing config parser

This commit is contained in:
Eric Renfro 2018-05-18 00:16:42 -04:00
parent 0847b7f4ea
commit aff52a2399
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ traefik-config:
- source: salt://{{ slspath }}/files/traefik.toml
- template: jinja
- context:
config: traefik.config
config: {{ traefik.config }}
- user: {{ traefik.user}}
- group: {{ traefik.group }}
- mode: 0640