From 8b7aa3e6feb0c1b6ff3aa19552b46882dbfbe4d8 Mon Sep 17 00:00:00 2001
From: ZhongShengping <chdzsp@163.com>
Date: Mon, 2 Jul 2018 09:12:50 +0800
Subject: [PATCH] Fix apache version in metadata

puppetlabs-apache 1.10 doesn't work, so let's fix that.
plus Debian release is 9.

Change-Id: I1c47e8e7018810643086dd3b2fb71d406082001f
---
 metadata.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/metadata.json b/metadata.json
index 23fe683..16a1327 100644
--- a/metadata.json
+++ b/metadata.json
@@ -23,7 +23,7 @@
         },
         {
             "name": "puppetlabs/apache",
-            "version_requirement": ">=1.0.0 <2.0.0"
+            "version_requirement": ">=3.0.0"
         }
     ],
     "description": "Installs and configures OpenStack Zaqar.",
@@ -70,4 +70,4 @@
     "source": "git://github.com/openstack/puppet-zaqar.git",
     "summary": "Puppet module for OpenStack Zaqar",
     "version": "13.1.0"
-}
\ No newline at end of file
+}