Fix apache version in metadata

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

Change-Id: I99b7a9b7a2b8a53c9dc000d580a7ffb6088711f7
This commit is contained in:
ZhongShengping 2018-07-02 09:11:02 +08:00
parent a00040d596
commit 04be8822cd
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"dependencies": [
{
"name": "puppetlabs/apache",
"version_requirement": ">=1.0.0 <2.0.0"
"version_requirement": ">=3.0.0"
},
{
"name": "puppetlabs/inifile",
@ -70,4 +70,4 @@
"source": "git://github.com/openstack/puppet-mistral.git",
"summary": "Puppet module for OpenStack Mistral",
"version": "13.1.0"
}
}