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" }