mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
10 lines
278 B
Text
10 lines
278 B
Text
# -*- coding: utf-8 -*-
|
|
# vim: ft=sls
|
|
|
|
{#- Get the `tplroot` from `tpldir` #}
|
|
{%- set tplroot = tpldir.split('/')[0] %}
|
|
{%- from tplroot ~ "/map.jinja" import TEMPLATE with context %}
|
|
|
|
TEMPLATE-package-install-pkg-installed:
|
|
pkg.installed:
|
|
- name: {{ TEMPLATE.pkg.name }}
|