Forge Home

cacert_fingerprint

This module adds facts which report the SHA256 fingerprint of the Puppet CA Certificate present on the agent.

7,232 downloads

6,315 latest version

5.0 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.5.0 (latest)
  • 0.4.0
  • 0.2.0
  • 0.1.0
released Mar 11th 2018
This version is compatible with:
  • Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 4.7.0 < 6.0.0
  • , , , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'jesse-cacert_fingerprint', '0.5.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jesse-cacert_fingerprint
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jesse-cacert_fingerprint --version 0.5.0

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

jesse/cacert_fingerprint — version 0.5.0 Mar 11th 2018

cacert_fingerprint

This module adds facts which report the SHA256 cacert fingerprint in two formats as follows:

  • cacert_fingerprint - lower case, no colons Eg: 8b59d3a21ddbe40fc9f620dced3f611c70399b320717164f335db211d12a7ef7

  • cacert_fingerprint_colonated - upper case, colon separated pairs Eg: 8B:59:D3:A2:1D:DB:E4:0F:C9:F6:20:DC:ED:3F:61:1C:70:39:9B:32:07:17:16:4F:33:5D:B2:11:D1:2A:7E:F7

This can be of value if your Puppet control repo is deployed to more than one installation of Puppet, with separate CAs on each (eg a primary installation, and a sandpit or development installation). You can then use the cacert_fingerprint fact to determine which installation your code is being consumed on, so you can then put paths into Hiera to override such things as your puppet agent configuration, etc.

Usage

Just have this module installed in the desired Puppet code environment(s).