nabaztag

deprecated
Report processor that notifies your Nabaztag about failed Puppet runs

12,535 downloads

6,649 latest version

4.6 quality score

Version information

  • 99.99.99 (latest)
  • 1.1.1
  • 1.1.0
  • 1.0.0
released Mar 16th 2017
This version is compatible with:
  • Debian
    ,
    Ubuntu
    ,
    RedHat
    ,
    CentOS
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