Cap upper version of puppetlabs-apache

... to declare which major version has been tested. In the past
puppetlabs-apache made a few major releases (eg 8.0.0) which broke
compatibility with our modules.

Change-Id: I08fa50bb6a46957b887996f00ad5dca5d1f8a109
This commit is contained in:
Takashi Kajinami
2022-08-26 11:21:32 +09:00
parent f6186f45bd
commit 82e7adab31

View File

@@ -3,7 +3,7 @@
"dependencies": [
{
"name": "puppetlabs/apache",
"version_requirement": ">=5.0.0"
"version_requirement": ">=5.0.0 <9.0.0"
},
{
"name": "puppetlabs/inifile",