Adds the RPM Forge repo. Tested on CentOS 6.
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,
}