From 49f6efcb11f47efa062ff640ec44e5f1e1ad63c2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 26 Aug 2022 11:25:53 +0900 Subject: [PATCH] Cap upper version of puppetlabs-apache ... to declare which major version has been tested. In the past puppetlabs-apache made a few major release (eg 8.0.0) which broke compatibility with our modules. Change-Id: Ibf77eb5250d2054e4c19e0cfd15cfa41200a80d1 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index aeff2704..b31abcd0 100644 --- a/metadata.json +++ b/metadata.json @@ -23,7 +23,7 @@ }, { "name": "puppetlabs/apache", - "version_requirement": ">=5.0.0" + "version_requirement": ">=5.0.0 <9.0.0" }, { "name": "puppetlabs/xinetd",