mirror of
https://github.com/ardichoke/puppet-arpwatch.git
synced 2026-05-11 02:15:37 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 341b0cecee |
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user