From 91e69493016dcd7d9fb3f6026cab7194c37ceba4 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Tue, 7 Oct 2025 14:32:26 +0200 Subject: [PATCH] replace puppet requirement by openvox --- metadata.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/metadata.json b/metadata.json index ee492f5b..a993979f 100644 --- a/metadata.json +++ b/metadata.json @@ -7,7 +7,9 @@ "source": "https://github.com/saz/puppet-sudo", "project_page": "https://github.com/saz/puppet-sudo", "issues_url": "https://github.com/saz/puppet-sudo/issues", - "tags": ["sudo"], + "tags": [ + "sudo" + ], "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -32,16 +34,16 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "11", - "12" + "11", + "12" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "20.04", - "22.04", - "24.04" + "20.04", + "22.04", + "24.04" ] }, { @@ -85,8 +87,8 @@ "dependencies": [], "requirements": [ { - "name": "puppet", - "version_requirement": ">= 7.0.0 < 9.0.0" + "name": "openvox", + "version_requirement": ">= 8.19.0 < 9.0.0" } ] }