Fixed broken test ininstalled.jinja
This commit is contained in:
parent
b8278ba19a
commit
0a8b0ceaf1
@ -15,7 +15,7 @@ php_install_{{ state }}_{{ pkg }}:
|
|||||||
|
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{%- if pkginfo is not sequence or is string -%}
|
{%- if pkginfo is not sequence or pkginfo is string -%}
|
||||||
{% set pkginfo = [pkginfo] %}
|
{% set pkginfo = [pkginfo] %}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user