1
0
mirror of https://github.com/ardichoke/puppet-arpwatch.git synced 2026-05-11 02:15:37 -04:00
Files
puppet-arpwatch/metadata.json
2020-09-24 14:50:38 -04:00

48 lines
1.0 KiB
JSON

{
"name": "ardichoke-arpwatch",
"version": "0.2.1",
"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": ">=1.0.0 <5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"tags": [
"arpwatch",
"network",
"monitoring"
],
"pdk-version": "1.18.1",
"template-url": "pdk-default#1.18.1",
"template-ref": "tags/1.18.1-0-g3d2e75c"
}