enterprise_toolbox
Version information
This version is compatible with:
- Puppet Enterprise 2023.8.x, 2023.7.x, 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
Add this module to your Puppetfile:
mod 'benjaminrobertson-enterprise_toolbox', '0.3.0'
Learn more about managing modules with a PuppetfileDocumentation
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
- Description
- Setup - The basics of getting started with enterprise_toolbox
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- 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.
- https://forge.puppet.com/modules/benjaminrobertson/update_trusted_facts
- https://forge.puppet.com/modules/benjaminrobertson/migrate_nodes/readme
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 :)
What are tasks?
Modules can contain tasks that take action outside of a desired state managed by Puppet. It’s perfect for troubleshooting or deploying one-off changes, distributing scripts to run across your infrastructure, or automating changes that need to happen in a particular order as part of an application deployment.
Tasks in this module release
What are plans?
Modules can contain plans that take action outside of a desired state managed by Puppet. It’s perfect for troubleshooting or deploying one-off changes, distributing scripts to run across your infrastructure, or automating changes that need to happen in a particular order as part of an application deployment.
Dependencies
- puppetlabs/stdlib (>= 6.0.0 < 10.0.0)