Browse Source

Merge pull request #168 from pawelrosada/master

Fix Backward compatibility problem
tags/v0.34.0
Niels Abspoel 5 years ago
parent
commit
e0b922a28b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      php/ng/installed.jinja

+ 1
- 1
php/ng/installed.jinja View File

@@ -91,7 +91,7 @@ php_install_{{ state }}:
pkg.installed:
- name: {{ state }}
- pkgs: {{ pkgs|json() }}
{% if enable_php_repo %}
{% if enable_php_repo is defined and enable_php_repo %}
- enablerepo: {{ enable_php_repo }}
{% endif %}


Loading…
Cancel
Save