Forge Home

nabaztag

Report processor that notifies your Nabaztag about failed Puppet runs

12,385 downloads

6,561 latest version

4.6 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

  • 99.99.99 (latest)
  • 1.1.1
  • 1.1.0
  • 1.0.0
released Mar 16th 2017
This version is compatible with:
  • , , ,
This module has been deprecated by its author since Jan 4th 2021.

Start using this module

Tags: nabaztag

Documentation

attachmentgenie/nabaztag — version 99.99.99 Mar 16th 2017

#THIS MODULE IS NO LONGER MAINTAINED

attachmentgenie-nabaztag

Description

A Puppet report handler for creating Nabaztag messages from failed runs.

Requirements

  • puppet
  • nabaztag

Installation & Usage

  1. Install the nabaztag gem on your Puppet master

    $ sudo gem install nabaztag
    
  2. Install attachmentgenie-nabaztag as a module in your Puppet master's module path.

  3. Update the nabaztag_serial, nabaztag_token variables in the nabaztag.yaml file. Copy the file to /etc/puppet/. An example file is included.

  4. Enable pluginsync and reports on your master and clients in puppet.conf

    [master]
    report = true
    reports = nabaztag
    pluginsync = true
    [agent]
    report = true
    pluginsync = true
    
  5. Run the Puppet client and sync the report as a plugin