Skip to content

benjamin-robertson/enterprise_toolbox

Repository files navigation

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 :)