Saltstack Official PHP Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
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) }}