salt-formulas/salt-formula-docker

importing foreign file linux/map.jinja from outside of formula

taylorbyte opened this issue · 1 comments

It seems this formula is trying to import linux/map.jinja which doesn't exist. Line 2 in swarm.sls

      TemplateNotFound: linux/map.jinja
      
      ; line 2
      
      ---
      {% from "docker/map.jinja" import swarm with context %}
      {% from "linux/map.jinja" import network with context %}    <======================
      {%- if swarm.enabled|default(True) %}
      
      include:
        - docker.host
      
      [...]

Thank you for reporting this.