Version information
released Dec 15th 2015
This version is compatible with:
- Puppet Enterprise >= 3.2.0
- Puppet 3.x
- , , , , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'ghoneycutt-papertrail', '1.1.2'
Learn more about managing modules with a PuppetfileDocumentation
ghoneycutt/papertrail — version 1.1.2 Dec 15th 2015
puppet-module-papertrail
===
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'
Dependencies
- ghoneycutt/common (>= 1.4.1 < 2.0.0)
- maestrodev/wget (>= 1.5.7 < 2.0.0)
- puppetlabs/stdlib (>= 4.6.0 < 5.0.0)
Copyright (C) 2015 Garrett Honeycutt <code@garretthoneycutt.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.