From 16cbc12ae5b0971e12887aaa31dc0cd76cc58fcf Mon Sep 17 00:00:00 2001 From: James Slagle Date: Fri, 22 Aug 2014 09:53:32 -0400 Subject: [PATCH] Install jq as well --- elements/undercloud-stack-config/install.d/01-install-pystache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/undercloud-stack-config/install.d/01-install-pystache b/elements/undercloud-stack-config/install.d/01-install-pystache index c127dedd4..2a7c0f156 100755 --- a/elements/undercloud-stack-config/install.d/01-install-pystache +++ b/elements/undercloud-stack-config/install.d/01-install-pystache @@ -2,4 +2,4 @@ set -eux -install-packages pystache +install-packages pystache jq