From dadb0d34f1a7c9fe2bff97d2d98ece037b6c8968 Mon Sep 17 00:00:00 2001 From: Ryan DeShone Date: Mon, 13 Jul 2026 11:47:28 -0400 Subject: [PATCH] 0.4.0 release --- metadata.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/metadata.json b/metadata.json index 15c26e4..f4d8887 100644 --- a/metadata.json +++ b/metadata.json @@ -1,9 +1,9 @@ { "name": "ardichoke-arpwatch", - "version": "0.3.0", + "version": "0.4.0", "author": "ardichoke", - "summary": "Install and manage arpwatch", "license": "Apache-2.0", + "summary": "Install and manage arpwatch", "source": "https://github.com/ardichoke/puppet-arpwatch", "project_page": "https://github.com/ardichoke/puppet-arpwatch", "issues_url": "https://github.com/ardichoke/puppet-arpwatch/issues", @@ -13,6 +13,12 @@ "version_requirement": ">=8.6.0 <10.0.0" } ], + "requirements": [ + { + "name": "puppet", + "version_requirement": ">= 7.0.0 < 9.0.0" + } + ], "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -31,18 +37,10 @@ ] } ], - "requirements": [ - { - "name": "puppet", - "version_requirement": ">= 7.0.0 < 9.0.0" - } - ], "tags": [ "arpwatch", "network", "monitoring" ], - "pdk-version": "2.1.1", - "template-url": "pdk-default#2.1.1", - "template-ref": "tags/2.1.1-0-g03daa92" + "pdk-version": "2.1.1" }