Saltstack Official PHP Formula
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

12 líneas
323B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=sls
  3. {#- Get the `tplroot` from `tpldir` #}
  4. {%- set tplroot = tpldir.split('/')[0] %}
  5. {%- from tplroot ~ "/map.jinja" import php with context %}
  6. {%- from tplroot ~ "/macro.jinja" import format_kwargs with context %}
  7. php/repo/install:
  8. pkgrepo.managed:
  9. {{- format_kwargs(php.repo) }}