1
0
mirror of https://github.com/ardichoke/puppet-arpwatch.git synced 2026-07-22 14:06:23 -04:00
Files
puppet-arpwatch/metadata.json
T
2025-11-06 15:56:16 +01:00

49 lines
1.0 KiB
JSON

{
"name": "ardichoke-arpwatch",
"version": "0.3.0",
"author": "ardichoke",
"summary": "Install and manage arpwatch",
"license": "Apache-2.0",
"source": "https://github.com/ardichoke/puppet-arpwatch",
"project_page": "https://github.com/ardichoke/puppet-arpwatch",
"issues_url": "https://github.com/ardichoke/puppet-arpwatch/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=8.6.0 <10.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7",
"8"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"11",
"12",
"13"
]
}
],
"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"
}