Version information
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.
Copyright (C) 2014 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.