Forge Home

arpwatch

Arpwatch module

11,232 downloads

7,586 latest version

1.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.2.1 (latest)
  • 0.2.0
  • 0.1.0
released Apr 3rd 2016
This version is compatible with:
  • Puppet 3.x
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'joshuar-arpwatch', '0.2.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add joshuar-arpwatch
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install joshuar-arpwatch --version 0.2.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

joshuar/arpwatch — version 0.2.1 Apr 3rd 2016

#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

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
  • RedHat

Though, 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).