Browse Source

remove update-alternatives because it should only be set for the cli-state

tags/v0.34.0
kurt--- 7 years ago
parent
commit
2e2ef4e529
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      php/ng/installed.jinja

+ 0
- 10
php/ng/installed.jinja View File

- onchanges: - onchanges:
- pkgrepo: php_ppa_{{ state }} - pkgrepo: php_ppa_{{ state }}


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

{% endif %} {% endif %}
{% endif %} {% endif %}



Loading…
Cancel
Save