Version information
released Oct 25th 2013
Start using this module
Add this module to your Puppetfile:
mod 'lboynton-rpmforge', '0.1.3'
Learn more about managing modules with a PuppetfileDocumentation
lboynton/rpmforge — version 0.1.3 Oct 25th 2013
Puppet RPMForge repo module
Adds the RPM Forge repo. Tested on CentOS 6.
Usage
include rpmforge
Or to enable extras repo:
class {'rpmforge':
extras => 1,
}
Enable the testing repo:
class {'rpmforge':
testing => 1,
}
If you later want to disable the repo:
class {'rpmforge':
enabled => 0,
}
Dependencies
2013-10-25 Lee Boynton lee@lboynton.com 0.1.3 Use semantic versioning to specify dependency version 2013-10-15 Aaron Blew aaron.blew@iovation.com 0.1.2 Added RPMForge testing repo 2013-09-10 Lee Boynton lee@lboynton.com 0.1.1 Added option to disable repo 2013-06-11 Lee Boynton lee@lboynton.com 0.1.0 Testing param was renamed to extras to better reflect usage 2013-01-28 Lee Boynton lee@lboynton.com 0.0.1 Initial release
Dependencies
- stahnma/epel (0.0.x)