mirror of
https://github.com/ardichoke/puppet-arpwatch.git
synced 2026-05-11 02:15:37 -04:00
Fix dependencies, add os support
This commit is contained in:
@@ -7,8 +7,16 @@
|
||||
"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"}
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
"operatingsystemrelease": [
|
||||
"5",
|
||||
"6",
|
||||
"7"
|
||||
]
|
||||
}
|
||||
]
|
||||
"dependencies": []
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user