Version information
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
- , , , ,
Tasks:
- terminate
Start using this module
Add this module to your Puppetfile:
mod 'beergeek-terminate', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
terminate
Table of Contents
- Description
- Setup - The basics of getting started with terminate
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
A task to purge Puppet nodes from Puppet.
Setup
What terminate affects
Performs a puppet node purge <CERTNAME>
on the Puppet master.
Setup Requirements
Configure RBAC, if using PE, to only apply this Task to be run on the Puppet master.
Beginning with terminate
Run the Task and provide the certname of the node to purge.
Usage
puppet task run terminate certname=test.puppet.vm --nodes puppetmaster.puppet.vm
Reference
Tasks
init
: A task to purge nodes from Puppet
Tasks
init
A task to purge nodes from Puppet
Supports noop? false
Parameters
certname
Data type: String[1]
Certname of the node to purge from Puppet
Limitations
Tested on RHEL 7
Development
Submit issues and PRs. Play nice.
Contributors
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.