1
0
mirror of https://github.com/ardichoke/puppet-arpwatch.git synced 2026-07-22 14:06:23 -04:00

0.4.0 release

This commit is contained in:
2026-07-13 11:47:28 -04:00
parent c2866842b3
commit dadb0d34f1
+9 -11
View File
@@ -1,9 +1,9 @@
{ {
"name": "ardichoke-arpwatch", "name": "ardichoke-arpwatch",
"version": "0.3.0", "version": "0.4.0",
"author": "ardichoke", "author": "ardichoke",
"summary": "Install and manage arpwatch",
"license": "Apache-2.0", "license": "Apache-2.0",
"summary": "Install and manage arpwatch",
"source": "https://github.com/ardichoke/puppet-arpwatch", "source": "https://github.com/ardichoke/puppet-arpwatch",
"project_page": "https://github.com/ardichoke/puppet-arpwatch", "project_page": "https://github.com/ardichoke/puppet-arpwatch",
"issues_url": "https://github.com/ardichoke/puppet-arpwatch/issues", "issues_url": "https://github.com/ardichoke/puppet-arpwatch/issues",
@@ -13,6 +13,12 @@
"version_requirement": ">=8.6.0 <10.0.0" "version_requirement": ">=8.6.0 <10.0.0"
} }
], ],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"operatingsystem_support": [ "operatingsystem_support": [
{ {
"operatingsystem": "RedHat", "operatingsystem": "RedHat",
@@ -31,18 +37,10 @@
] ]
} }
], ],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"tags": [ "tags": [
"arpwatch", "arpwatch",
"network", "network",
"monitoring" "monitoring"
], ],
"pdk-version": "2.1.1", "pdk-version": "2.1.1"
"template-url": "pdk-default#2.1.1",
"template-ref": "tags/2.1.1-0-g03daa92"
} }