mirror of
https://github.com/ardichoke/puppet-arpwatch.git
synced 2026-07-22 14:06:23 -04:00
47 lines
963 B
JSON
47 lines
963 B
JSON
{
|
|
"name": "ardichoke-arpwatch",
|
|
"version": "0.4.0",
|
|
"author": "ardichoke",
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs/stdlib",
|
|
"version_requirement": ">=8.6.0 <10.0.0"
|
|
}
|
|
],
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 7.0.0 < 9.0.0"
|
|
}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"6",
|
|
"7",
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"11",
|
|
"12",
|
|
"13"
|
|
]
|
|
}
|
|
],
|
|
"tags": [
|
|
"arpwatch",
|
|
"network",
|
|
"monitoring"
|
|
],
|
|
"pdk-version": "2.1.1"
|
|
}
|