Version information
released Jan 28th 2016
This module has been deprecated by its author since May 15th 2020.
Start using this module
Documentation
puppetlabs/pe_gem — version 0.2.0 Jan 28th 2016
puppetlabs pe_gem module
This module provides management of Ruby gems for Puppet Enterprise.
package { 'json':
ensure => present,
provider => pe_gem,
}
This uses puppet gem as a parent and simply alters the gem path to /opt/puppet/bin/gem.
Deprecation for Puppet >= 4.0
As of Puppet 4.0, this module has been deprecated. Please use Puppet 4.0's built-in puppet_gem provider instead.
Release 0.2.0
Summary
This release adds windows compatibility.
Release 0.1.2
Summary
This release updates the documentation to better indicate the puppet_gem module should be used going forward.
2015-06-08 Release 0.1.1
Summary
This release adds a deprecation warning.
2014-10-24 Release 0.1.0
Summary
This release adds the feature to support install_options
like the original gem provider. (Requires puppet 3.6.0 or later to work)
Features
- Add
install_options
provider feature
Copyright (C) 2012 Puppet Labs Inc Puppet Labs can be contacted at: info@puppetlabs.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.