Fixing config parser

This commit is contained in:
Eric Renfro 2018-05-18 00:13:46 -04:00
parent 7309bf24a6
commit c790405a5f
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