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

1 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
341b0cecee Fix metadata and README mistake 2016-10-18 14:25:13 -04:00
2 changed files with 3 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ Install and configure arpwatch
## Usage ## Usage
All interaction with the arpwatch module is done through the main arpwatch class. You can simply set the options in `::ntp` to have full functionality of the module. All interaction with the arpwatch module is done through the main arpwatch class. You can simply set the options in `::arpwatch` to have full functionality of the module.
## Reference ## Reference

View File

@@ -1,6 +1,6 @@
{ {
"name": "ardichoke-arpwatch", "name": "ardichoke-arpwatch",
"version": "0.1.0", "version": "0.1.1",
"author": "ardichoke", "author": "ardichoke",
"summary": "Install and manage arpwatch", "summary": "Install and manage arpwatch",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -16,8 +16,7 @@
"7" "7"
] ]
} }
] ],
"dependencies": [], "dependencies": [],
"tags": ["arpwatch","network","monitoring"] "tags": ["arpwatch","network","monitoring"]
} }