Ver código fonte

update-alternatives is only required for php-cli

tags/v0.34.0
kurt--- 7 anos atrás
pai
commit
e63b22c354
1 arquivos alterados com 11 adições e 0 exclusões
  1. +11
    -0
      php/ng/cli/install.sls

+ 11
- 0
php/ng/cli/install.sls Ver arquivo

@@ -1,2 +1,13 @@
{% set state = 'cli' %}
{% include "php/ng/installed.jinja" %}


php_{{ phpng_version }}_link:
alternatives.set:
- name: php
- path: /usr/bin/php{{ phpng_version }}
- require_in:
- pkg: php_install_{{ state }}
- onlyif:
- which php
- test {{ current_php }} != $(which php{{ phpng_version }})

Carregando…
Cancelar
Salvar