From 6fdb79c87651bbef0ed08fc9c66be2e014943254 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=A4stg=C3=B6ta=20Nation?=
 <nobody@vastgota.nation.liu.se>
Date: Thu, 25 May 2023 19:46:58 +0200
Subject: [PATCH] Weaken our dependencies to what we actually use.

The versions of the modules includes the latest which works with
Puppet 5.5.22.
---
 metadata.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/metadata.json b/metadata.json
index dd486aa..bc97122 100644
--- a/metadata.json
+++ b/metadata.json
@@ -8,11 +8,11 @@
 	"dependencies": [
 		{
 			"name": "puppetlabs/stdlib",
-			"version_requirement": ">= 8.1.0 < 9.0.0"
+			"version_requirement": ">= 6.0.0 < 9.0.0"
 		},
 		{
 			"name": "puppetlabs/concat",
-			"version_requirement": ">= 6.2.0 < 9.0.0"
+			"version_requirement": ">= 6.0.0 < 9.0.0"
 		}
 	],
 	"operatingsystem_support": [
-- 
GitLab