Trying to fix config parser

This commit is contained in:
Eric Renfro 2018-05-17 23:53:40 -04:00
parent 2ca43da3cd
commit a3697f2f1a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% import_yaml slspath+"/defaults.yaml" as defaults %}
{% import_yaml "traefik/defaults.yaml" as defaults %}
{% set traefik = salt['pillar.get']('traefik', default=defaults.traefik, merge=True) %}