All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Minor changes to gem documentation params.
- (FM-7681) puppetserver_gem - match gem documentation params
- (PUP-6488) allow alternative gem command
This release includes minor documentation updates, a compatibility update which means this module is now compatible with Puppet versions less than 7.0.0 and finally a feature to accelerate the puppetserver_gem list.
- ensure that the HOME component of the environment is passed through to the puppetserver script to enable access to proxy server settings that are usually in
/root/.gemr
- (FM-7145) accelerate puppetserver_gem list
This is the first officially stable release of puppetserver_gem. This is a bugfix release and no backwards-incompatible changes have been made.
- MODULES-4815 Make
install_options
come beforesource
to allow flags such as--clear-sources
to work.
This adds the ability to use install & uninstall options as in the parent provider.
This module provides management of Ruby gems on puppet. This is the initial release of the puppetserver_gem it supersedes the module pe_puppetserver_gem. This module will support both FOSS and PE. With Puppet 4 the path to the puppetserver binary has changed.
To test manually against the default nodeset. Run the acceptance test as normal. curl -O http://apt.puppetlabs.com/puppetlabs-release-pc1-trusty.deb ; dpkg -i puppetlabs-release-pc1-trusty.deb apt-get update apt-get install puppetserver optional, make sure that the puppetserver_gem is in the correct place cp -r /etc/puppet/modules/puppetserver_gem /etc/puppetlabs/code/environments/production/modules/ /opt/puppetlabs/bin/puppet apply apply_manifest.pp.****