nabaztag
Report processor that notifies your Nabaztag about failed Puppet runs
Version information
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
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
-
Install the
nabaztag
gem on your Puppet master$ sudo gem install nabaztag
-
Install attachmentgenie-nabaztag as a module in your Puppet master's module path.
-
Update the
nabaztag_serial
,nabaztag_token
variables in thenabaztag.yaml
file. Copy the file to/etc/puppet/
. An example file is included. -
Enable pluginsync and reports on your master and clients in
puppet.conf
[master] report = true reports = nabaztag pluginsync = true [agent] report = true pluginsync = true
-
Run the Puppet client and sync the report as a plugin
Dependencies
- puppetlabs/stdlib (>=2.2.1 <5.0.0)
Copyright (C) 2011 by Bram Vogelaar <bram@attachmentgenie.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.