Version information
released Jul 21st 2014
Start using this module
Add this module to your Puppetfile:
mod 'yguenane-repoforge', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
yguenane/repoforge — version 0.2.0 Jul 21st 2014
RPM Forge Puppet Module
This module aims to declare and enable rpm forge repositories
Usage
Simple Usage
include repoforge
Custom Usage
class {'repoforge' :
enabled => ['rpmforge', 'extras'],
baseurl => 'http://apt.sw.be/redhat/el6/en/${::architecture}',
includepkgs => { 'extras' => 'memcached' },
exclude => { 'rpmforge' => 'nagios*', 'testing' => 'perl*' },
}
License
Apache License v2
Contact
Yanis Guenane - yguenane@gmail.com
Support
Please log tickets and issues at our Projects site
2013-07-21 Yanis Guenane yguenane@gmail.com - 0.2.0
- Adding support for includepkgs and exclude on a per-repo basis (@Dave Garbus)
2013-03-24 Yanis Guenane yguenane@gmail.com - 0.1.0
- Merge @hakamadare pull request (https://github.com/Spredzy/puppet-repoforge/pull/1)
- Implement PuppetLabs style unit test
2012-09-12 Yanis Guenane yguenane@gmail.com - 0.0.1
- Initial Commit
Dependencies
- puppetlabs/stdlib (>= 3.2.0)
Copyright (C) 2013 Yanis Guenane 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.