Project

General

Profile

« Previous | Next » 

Revision 24369213

Added by Ewoud Kohl van Wijngaarden over 10 years ago

Use the production version of CentOS SCL

View differences:

manifests/install/repos/extra.pp
CentOS: {
yumrepo { 'SCL':
descr => 'CentOS Software Collections',
baseurl => "http://dev.centos.org/centos/${osreleasemajor}/SCL/\$basearch",
baseurl => 'http://mirror.centos.org/centos/$releasever/SCL/$basearch/',
enabled => 1,
gpgcheck => 1,
gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Testing-6',
gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-${osreleasemajor}",
}
}
Scientific: {

Also available in: Unified diff