Forge Home

pe_puppetserver_gem

Puppet Labs PE Puppetserver Gem Module

99,159 downloads

99,159 latest version

4.0 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.0.1 (latest)
released Nov 26th 2014
This module has been deprecated by its author since Jan 18th 2019.

The author has suggested puppetlabs-puppetserver_gem as its replacement.

Start using this module

Documentation

puppetlabs/pe_puppetserver_gem — version 0.0.1 Nov 26th 2014

puppetlabs pe_puppetserver_gem module

This module provides management of Ruby gems for PE Puppet Server.

For PE Puppet Server:

package { 'json':
  ensure   => present,
  provider => pe_puppetserver_gem,
}

This uses gem as a parent and uses the PE version of the puppetserver gem command for all gem operations.