update-alternatives is only required for php-cli

This commit is contained in:
kurt--- 2017-05-05 17:48:47 +02:00 committed by GitHub
parent 2e2ef4e529
commit e63b22c354

View File

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