Forge Home

sentry_puppet

Send failed puppet runs to Sentry

10,458 downloads

9,906 latest version

3.5 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.0.2 (latest)
  • 0.0.1
released Feb 26th 2014

Start using this module

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

Add this module to your Puppetfile:

mod 'damianzaremba-sentry_puppet', '0.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add damianzaremba-sentry_puppet
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install damianzaremba-sentry_puppet --version 0.0.2

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

damianzaremba/sentry_puppet — version 0.0.2 Feb 26th 2014

sentry-puppet

Puppet reporter designed to send failed runs to a sentry server

Dependencies

  • Puppet
  • RubyGems
  • sentry-raven Gem

Usage

  1. yum install rubygems

  2. gem install sentry-raven

  3. git clone https://github.com/DamianZaremba/sentry-puppet.git /etc/puppet/<environment>/modules/sentry/

  4. cp /etc/puppet/<environment>/modules/sentry/sentry.yaml /etc/puppet/<environment>/

  5. Update sentry.yaml with your dsn

  6. Enable pluginsync and reports

    [master]
    report = true
    reports = store,sentry
    pluginsync = true
    
    [agent]
    report = true
    pluginsync = true
    
  7. Do a puppet run

Screenshot

License

Copyright 2012 Damian Zaremba

sentry-puppet is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

sentry-puppet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with sentry-puppet. If not, see http://www.gnu.org/licenses/.