From 7309bf24a6e5cd11dc69f87c8863af855c5a7f56 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 18 May 2018 00:10:28 -0400 Subject: [PATCH] Fix typo --- traefik/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/config.sls b/traefik/config.sls index 6b042a3..afe3946 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: {{ trafik.config }} + config: {{ traefik.config }} - user: {{ traefik.user}} - group: {{ traefik.group }} - mode: 0640