Version information
released Dec 22nd 2013
Start using this module
Add this module to your Puppetfile:
mod 'lboynton-rpmfusion', '0.0.4'
Learn more about managing modules with a PuppetfileDocumentation
lboynton/rpmfusion — version 0.0.4 Dec 22nd 2013
Puppet RPM Fusion repo module
Adds the RPM Fusion repo. Tested on CentOS 6 and Fedora 19.
Usage
include rpmfusion
This will enable the free repo for updates-released. To enable the nonfree repo:
class { 'rpmfusion':
nonfree => 1,
}
To enable other repos specify them in an array.
class { 'rpmfusion':
repo => [ '-', 'updates-released', 'updates-testing' ],
nonfree => 1,
}
Dependencies
2013-12-22 Michael Stahnke 0.0.4 Added Fedora 20 and 21 2013-10-25 Marc Gibbons 0.0.3 Fixed EPEL dependency 2013-09-30 Marcellus Siegburg 0.0.2 Added Fedora support Added support for multiple rpmfusion repositories 2013-09-10 Lee Boynton lee@lboynton.com 0.0.1 Initial release
Dependencies
- stahnma/epel (>= 0.0.3)