Fix apache version in metadata

puppetlabs-apache 1.10 doesn't work, so let's fix that.

Change-Id: Ia6b474e57f874c8c08107d21dbbf27fdc4344aef
This commit is contained in:
Thomas Goirand 2018-06-28 23:01:37 +02:00
parent 90400cabb6
commit 40d402ff0f
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": "joshuabaird/ipaclient",
@ -54,7 +54,7 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
"9"
]
},
{