codemgmt_1055_hotfix

contributions requested
Hotfix to address known issue with `puppet generate types` blocking on reads from stdout

7,270 downloads

6,907 latest version

4.5 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.1.1 (latest)
  • 0.1.0
released Apr 21st 2017
This version is compatible with:
  • RedHat
    ,
    CentOS
    ,
    OracleLinux
    ,
    Scientific
    ,
    Debian
    ,
    Ubuntu

Start using this module

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

Add this module to your Puppetfile:

mod 'abottchen-codemgmt_1055_hotfix', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add abottchen-codemgmt_1055_hotfix
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install abottchen-codemgmt_1055_hotfix --version 0.1.1

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

abottchen/codemgmt_1055_hotfix — version 0.1.1 Apr 21st 2017

Overview

This puppet module will update the generate-puppet-types script to avoid a known issue with Code Manager and environment isolation in PE 2016.5.1 through 2017.1.1.

Module Description

It will do the following things:

Overwrite the existing /opt/puppetlabs/server/apps/puppetserver/bin/generate-puppet-types.rb with an updated version that is not subject to the bug. The module will only apply the resource if the affected versions of PE are in use.

Example Usage

Add the class codemgmt_1055_hotfix to a node group containing only the PE master node in the PE Classifier. Execute a Puppet agent run on the PE master to enforce the updated file resource.

The bug in question manifests as Code Manager code deploys hanging. If the inability to deploy code is preventing the deployment of this hotfix module, disable environment isolation temporarily using the instructions at https://docs.puppet.com/puppet/4.10/environment_isolation.html#troubleshooting-environment-isolation. Once the module is deployed, re-enable environment isolation.