From 0a8b0ceaf1e2c7e75a81cff2455da1faaec67033 Mon Sep 17 00:00:00 2001 From: Chad Heuschober Date: Fri, 6 Jun 2014 13:21:22 -0400 Subject: [PATCH] Fixed broken test ininstalled.jinja --- php/ng/installed.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/ng/installed.jinja b/php/ng/installed.jinja index eb172e6..5919ed5 100644 --- a/php/ng/installed.jinja +++ b/php/ng/installed.jinja @@ -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 -%}