Fixed broken test ininstalled.jinja

This commit is contained in:
Chad Heuschober 2014-06-06 13:21:22 -04:00
parent b8278ba19a
commit 0a8b0ceaf1

View File

@ -15,7 +15,7 @@ php_install_{{ state }}_{{ pkg }}:
{%- endfor -%}
{%- else -%}
{%- if pkginfo is not sequence or is string -%}
{%- if pkginfo is not sequence or pkginfo is string -%}
{% set pkginfo = [pkginfo] %}
{%- endif -%}