Explorar el Código

update-alternatives is only required for php-cli

tags/v0.34.0
kurt--- hace 7 años
padre
commit
e63b22c354
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. +11
    -0
      php/ng/cli/install.sls

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

@@ -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 }})

Cargando…
Cancelar
Guardar