Forge Home

papertrail

Manage Papertrail

10,831 downloads

8,052 latest version

3.1 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

  • 1.1.2 (latest)
  • 1.1.1 (deleted)
  • 1.1.0
  • 1.0.0
released Dec 15th 2015
This version is compatible with:
  • Puppet Enterprise >= 3.2.0
  • Puppet 3.x
  • , , , , , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'ghoneycutt-papertrail', '1.1.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ghoneycutt-papertrail
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ghoneycutt-papertrail --version 1.1.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

ghoneycutt/papertrail — version 1.1.2 Dec 15th 2015

puppet-module-papertrail

===

Build Status

Manage papertrail, specifically the installation of the certificate needed for logging with TLS.

To use this module, simply include ::papertrail

===

Compatibility


This module is built for use with Puppet v3 (with and without the future parser) and Puppet v4 with Ruby versions 1.8.7, 1.9.3, 2.0.0 and 2.1.0 on the following platforms.

  • Debian 6
  • EL 5
  • EL 6
  • EL 7
  • Suse 10
  • Suse 11
  • Suse 12
  • Solaris 10
  • Solaris 11
  • Ubuntu 12.04
  • Ubuntu 14.04

===

Parameters


cert_md5sum

MD5 hash of the certificate from papertrail.

  • Default: 'c75ce425e553e416bde4e412439e3d09'

cert_path

Path to the certificate.

  • Default: '/etc/puppet/papertrail-bundle.pem'

cert_uri

URI to where cerificate may be obtained with the use of wget.

include_rsyslog

Boolean to determine if the class '::rsyslog' will be included.

  • Default: true

md5_path

Path statement for where to find md5sum.

  • Default: '/bin:/usr/bin:/sbin:/usr/sbin'

wget_path

Path statement for where to find wget.

  • Default: '/bin:/usr/bin:/sbin:/usr/sbin'