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

@@ -47,16 +47,6 @@ php_ppa_{{ state }}:
- onchanges:
- 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 %}


Loading…
Cancel
Save