mirror of
https://github.com/ardichoke/puppet-arpwatch.git
synced 2026-05-11 02:15:37 -04:00
Add Debian support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ardichoke-arpwatch",
|
||||
"version": "0.1.2",
|
||||
"version": "0.2.0",
|
||||
"author": "ardichoke",
|
||||
"summary": "Install and manage arpwatch",
|
||||
"license": "Apache-2.0",
|
||||
@@ -15,10 +15,17 @@
|
||||
"6",
|
||||
"7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "Debian",
|
||||
"operatingsystemrelease": [
|
||||
"6",
|
||||
"7"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{ "name": "puppetlabs/stdlib", "version_requirement": ">=1.0.0 <5.0.0"},
|
||||
{ "name": "puppetlabs/stdlib", "version_requirement": ">=1.0.0 <5.0.0"}
|
||||
],
|
||||
"tags": ["arpwatch","network","monitoring"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user