Project

General

Profile

« Previous | Next » 

Revision f282e045

Added by Ewoud Kohl van Wijngaarden about 10 years ago

Use centos-release-SCL instead of managing the repo

View differences:

manifests/install/repos/extra.pp
if $configure_scl_repo {
case $::operatingsystem {
CentOS: {
yumrepo { 'SCL':
descr => 'CentOS Software Collections',
baseurl => 'http://mirror.centos.org/centos/$releasever/SCL/$basearch/',
enabled => 1,
gpgcheck => 1,
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-${osreleasemajor}",
package {'centos-release-SCL':
ensure => installed,
}
}
Scientific: {

Also available in: Unified diff