1
0
mirror of https://github.com/ardichoke/puppet-arpwatch.git synced 2026-05-11 02:15:37 -04:00

Add spec tests, update dependencies

This commit is contained in:
2016-12-23 11:20:00 -05:00
parent 2abd0ae6c4
commit d79f35a823
5 changed files with 50 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ardichoke-arpwatch",
"version": "0.1.1",
"version": "0.1.2",
"author": "ardichoke",
"summary": "Install and manage arpwatch",
"license": "Apache-2.0",
@@ -17,6 +17,8 @@
]
}
],
"dependencies": [],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=1.0.0 <5.0.0"},
],
"tags": ["arpwatch","network","monitoring"]
}