https://github.com/joshuar/puppet-arpwatch
Arpwatch module for Puppet
https://github.com/joshuar/puppet-arpwatch
Last synced: about 2 months ago
JSON representation
Arpwatch module for Puppet
- Host: GitHub
- URL: https://github.com/joshuar/puppet-arpwatch
- Owner: joshuar
- Created: 2014-04-10T05:39:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T07:42:05.000Z (about 9 years ago)
- Last Synced: 2024-03-14T21:23:49.790Z (about 1 year ago)
- Language: Puppet
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
#arpwatch
##Overview
This Puppet module installs, configures and manages the Arpwatch daemon.
##Setup
###What arpwatch affects
* arpwatch package.
* arpwatch service configuration file.
* arpwatch service.##Usage
```puppet
include '::arpwatch'
```
##Reference###Public Classes
* arpwatch: main class.
###Public Parameters
####`package_ensure`
Sets the arpwatch package to be installed. Can be set to 'present', 'latest', or a specific version.
####`package_name`
Determines the name of the package to install. *Defaults to 'arpwatch'*.
####`service_enable`
Determines if the service should be enabled at boot.
####`service_ensure`
Determines if the service should be running or not.
####`service_name`
Selects the name of the arpwatch service for Puppet to manage. *Defaults to 'arpwatch'*.
####`ethercodes_file`
Provide an updated ``ethercodes.dat`` file. This should be in the Puppet
URI scheme.##Limitations
This module has been tested on Puppet 3.5.0 but should work on:
* Puppet 3.x and higher.
The module has been tested on Ubuntu 13.10 but should work on the
latest stable releases of:* Ubuntu
* Debian
* Fedora
* RedHatThough, given the lack of frequent updates to arpwatch and its
packaging in most distributions, the module should work on all RedHat
and Debian distrbution variants.There is currently no support for the Debian-specific
/etc/arpwatch.conf file for configuring individual options (though the
intention to support it eventually is there).