소스 검색

Merge a3bd46ca54 into 9c69a4e906

pull/225/merge
Heinz Wiesinger 1 년 전
부모
커밋
9bad6ed171
No account linked to committer's email address
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      php/installed.jinja

+ 9
- 0
php/installed.jinja 파일 보기

@@ -109,6 +109,15 @@ php_install_{{ state }}:
- enablerepo: {{ enable_php_repo }}
{% endif %}

{% set service = salt['pillar.get']('php:lookup:fpm:service', 'php-fpm') %}
{% if salt['service.status'](service, False) %}
{{ service }}_restart_{{ state }}:
service.running:
- name: {{ service }}
- watch:
- pkg: php_install_{{ state }}
{% endif %}

{% for pkg in specials %}

php_install_{{ state }}_{{ pkg.get('name') | replace("/", "-") }}:

Loading…
취소
저장