Skip to content

Formula based off template can't be moved from the root salt directory #22

@redundancydisorder

Description

@redundancydisorder

The template assumes the formula will always live in salt:// as noted here:

{% from "template/map.jinja" import template with context %}

It would be better to use:

{% from tpldir ~ "/map.jinja" import template with context %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions