From f76780d6cb65b76003db1d383dbfa97bdb20edd7 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Sat, 7 Feb 2015 06:01:12 -0800 Subject: [PATCH] Locking down apache module version We need puppetlabs-apache 0.0.4 for this module. We will, hopefully, soon move this and other modules on to openstackci-httpd. Change-Id: I27546066cb071eb942bd669434483c5bdd77fb24 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 742fb57..a68186e 100644 --- a/metadata.json +++ b/metadata.json @@ -8,6 +8,6 @@ "project_page": "http://ci.openstack.org/", "issues_url": "https://storyboard.openstack.org/#!/project/763", "dependencies": [ - {"name":"puppetlabs/apache","version_requirement":">= 0.0.0"} + {"name":"puppetlabs/apache","version_requirement":">= 0.0.3 <0.0.5"} ] }