mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-17 10:10:29 +00:00
11 lines
323 B
Text
11 lines
323 B
Text
# -*- coding: utf-8 -*-
|
|
# vim: ft=sls
|
|
|
|
{#- Get the `tplroot` from `tpldir` #}
|
|
{%- set tplroot = tpldir.split('/')[0] %}
|
|
{%- from tplroot ~ "/map.jinja" import php with context %}
|
|
{%- from tplroot ~ "/macro.jinja" import format_kwargs with context %}
|
|
|
|
php/repo/install:
|
|
pkgrepo.managed:
|
|
{{- format_kwargs(php.repo) }}
|