1
0
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:
2016-10-18 14:03:19 -04:00
parent 3d39a0978a
commit 84a78270e2

View File

@@ -7,8 +7,16 @@
"source": "https://github.com/ardichoke/puppet-arpwatch", "source": "https://github.com/ardichoke/puppet-arpwatch",
"project_page": "https://github.com/ardichoke/puppet-arpwatch", "project_page": "https://github.com/ardichoke/puppet-arpwatch",
"issues_url": "https://github.com/ardichoke/puppet-arpwatch/issues", "issues_url": "https://github.com/ardichoke/puppet-arpwatch/issues",
"dependencies": [ "operatingsystem_support": [
{"name":"puppetlabs-stdlib","version_requirement":">= 1.0.0"} {
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
] ]
} }
]
"dependencies": []
}