Forge Home

enterprise_toolbox

Enterprise toolbox contains useful tools for working with Puppet Enterprise.

235 downloads

81 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.3.0 (latest)
  • 0.2.0
  • 0.1.0
released Feb 29th 2024
This version is compatible with:
  • Puppet Enterprise 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2021.7.x
  • Puppet >= 7.24 < 9.0.0
  • , , , , ,
Tasks:
  • read_csr
Plans:
  • read_cert_requests

Start using this module

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

Add this module to your Puppetfile:

mod 'benjaminrobertson-enterprise_toolbox', '0.3.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add benjaminrobertson-enterprise_toolbox
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install benjaminrobertson-enterprise_toolbox --version 0.3.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

benjaminrobertson/enterprise_toolbox — version 0.3.0 Feb 29th 2024

enterprise_toolbox

Enterprise toolbox contains useful tools for working with Puppet Enterprise. These tools fill in the gaps where Puppet Enterprise does not natively provide easy solutions.

Table of Contents

  1. Description
  2. Setup - The basics of getting started with enterprise_toolbox
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

Presently, enterprise_toolbox contains a Puppet plan to read certificate extensions on unsigned certificates.

I have a few discrete modules containing a single tool. The plan is consolidate these into this single module.

Setup

What enterprise_toolbox affects

Enterprise_toolbox presently does not make any configuration changes.

The fact puppet_enterprise_role is installed to determine which host is the primary server if the pe_status_check_role fact is not available.

Beginning with enterprise_toolbox

Include module in your Puppetfile.

mod 'benjaminrobertson-enterprise_toolbox'

Usage

Run the plan enterprise_toolbox::read_cert_requests from the Puppet Enterprise console.

Optional parameters

  • csr_path (String) - Path to certificate request directory. Defaults to Puppet 7.0 > directory For more info
  • node_name (Sting) - Filter by node name. Can do a partial match. Can match multiple nodes.

Limitations

  • Developed on Puppet Enterprise 2021.7.6
  • Expected to work with all modern versions of Puppet.

Development

If you find any issues with this module, please log them in the issues register of the GitHub project. Issues

PR glady accepted :)