mirror of
https://github.com/ardichoke/puppet-arpwatch.git
synced 2026-05-11 02:15:37 -04:00
Update documentation
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -2,10 +2,20 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## Release 0.3.0
|
||||||
|
|
||||||
|
* Updated PDK structure
|
||||||
|
* Reorganized module from params style to hiera data style
|
||||||
|
* Updated support for newer versions of RHEL and Debian
|
||||||
|
|
||||||
## Release 0.2.1
|
## Release 0.2.1
|
||||||
|
|
||||||
**Features**
|
* Added Debian support
|
||||||
|
|
||||||
**Bugfixes**
|
## Release 0.1.2
|
||||||
|
|
||||||
**Known Issues**
|
* Added spec tests and dependencies
|
||||||
|
|
||||||
|
## Release 0.1.0
|
||||||
|
|
||||||
|
* Inital release of arpwatch module
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -1,6 +1,6 @@
|
|||||||
# arpwatch
|
# arpwatch
|
||||||
|
|
||||||
#### Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
1. [Description](#description)
|
1. [Description](#description)
|
||||||
1. [Setup - The basics of getting started with arpwatch](#setup)
|
1. [Setup - The basics of getting started with arpwatch](#setup)
|
||||||
@@ -60,6 +60,7 @@ Specifies the interface to monitor for arp changes. Valid options: string contai
|
|||||||
#### `opts`
|
#### `opts`
|
||||||
|
|
||||||
Specify additional options to pass to arpwatch at start. Valid options: string of command line options. Default: OS dependant
|
Specify additional options to pass to arpwatch at start. Valid options: string of command line options. Default: OS dependant
|
||||||
|
|
||||||
#### `package_ensure`
|
#### `package_ensure`
|
||||||
|
|
||||||
Tells Puppet whether the arpwatch package should be installed, and what version. Valid options: 'present', 'latest', or a specific version number. Default value: 'present'
|
Tells Puppet whether the arpwatch package should be installed, and what version. Valid options: 'present', 'latest', or a specific version number. Default value: 'present'
|
||||||
@@ -96,11 +97,3 @@ Pull requests are welcome to add support for other platforms.
|
|||||||
## Development
|
## Development
|
||||||
|
|
||||||
Pull requests are welcome. Please make sure to properly document any additions or changes made to the module.
|
Pull requests are welcome. Please make sure to properly document any additions or changes made to the module.
|
||||||
|
|
||||||
## Release Notes
|
|
||||||
|
|
||||||
v0.2.0 - Add support for Debian
|
|
||||||
|
|
||||||
v0.1.2 - Add spec tests and dependencies
|
|
||||||
|
|
||||||
v0.1.0 - Initial release of arpwatch module
|
|
||||||
|
|||||||
Reference in New Issue
Block a user