diff --git a/traefik/config.sls b/traefik/config.sls index afe3946..7e008b9 100644 --- a/traefik/config.sls +++ b/traefik/config.sls @@ -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