From 5d84c0d081185438c27ae52fb0e754f8c3b21b12 Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Fri, 22 Dec 2023 07:46:14 +0100 Subject: [PATCH] Add requirement of the icinga module --- metadata.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index be565352..6fefc9c4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "icinga-icinga2", - "version": "4.1.1", + "version": "5.0.0", "author": "Icinga Development Team", "summary": "Icinga 2 Puppet Module", "license": "Apache-2.0", @@ -15,13 +15,19 @@ { "name": "puppetlabs/concat", "version_requirement": ">= 6.4.0 < 10.0.0" + }, + { + "name": "icinga/icinga", + "version_requirement": ">= 2.9.0 < 5.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7" + "7", + "8", + "9" ] }, {