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:
- enable_noop
Start using this module
Add this module to your Puppetfile:
mod 'beergeek-enable_noop', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
enable_noop
Table of Contents
- Description
- Setup - The basics of getting started with enable_noop
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
This module contains a single task that enables noop
on nodes. This modifies the puppet.conf
to change the noop
variable under the [agent]
section.
Setup
What enable_noop affects
This task modifies puppet.conf
to change the noop
variable under the [agent]
section to true
.
Setup Requirements
Relies on Puppet being installed on the target nodes.
Beginning with enable_noop
Ensure Puppet is installed on the target nodes.
Usage
This task requires no input and only supplies a simple output.
Reference
enabled_noop has no variables or customisation.
Limitations
Tested on Linux and Windows.
Development
Contribution is welcome.
Release Notes/Contributors/Etc.
This is the initial release
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
Dependencies
- puppetlabs-stdlib (>= 4.13.1 < 5.0.0)