From 15c33ca47479c124a45f1d975781540dc4a21ffd Mon Sep 17 00:00:00 2001 From: Maqsood Ahmad Date: Tue, 9 Jun 2026 18:49:42 +0530 Subject: [PATCH] (MODULES-11840) Allow puppetlabs/stdlib 10.x Bump the stdlib dependency upper bound to < 11.0.0 so this module is installable alongside stdlib 10.x. Co-Authored-By: Claude Opus 4.8 --- metadata.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index 067f55c..65da6c3 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,7 @@ }, { "name": "puppetlabs-stdlib", - "version_requirement": ">= 9.0.0 < 10.0.0" + "version_requirement": ">= 9.0.0 < 11.0.0" } ], "operatingsystem_support": [ @@ -84,8 +84,7 @@ "operatingsystem": "RockyLinux", "operatingsystemrelease": [ "8", - "9" - + "9" ] } ],