Forge Home

codemgmt_1055_hotfix

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

7,101 downloads

6,772 latest version

4.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.1 (latest)
  • 0.1.0
released Apr 21st 2017
This version is compatible with:
  • , , , , ,

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.