Skip to content
Snippets Groups Projects
Commit 4fe1b9e0 authored by Jonathan Lent's avatar Jonathan Lent
Browse files

Readying for release 004.050

parent ab05e619
No related branches found
No related tags found
No related merge requests found
UNLREASED (2015-07024)
release/004.050 (2015-07-24)
[rpm] Making available openafs-1.6.{7,8}-EL{5,6,7}.repo files
pointing to yum.stanford.edu. Also edited rpm.pp to reflect that
......
# Name: Stanford test RPMs for EL
# URL: http://yum.stanford.edu/
[stanford-test]
name = Stanford test RPMs for EL$releasever $basearch
baseurl = http://yum.stanford.edu/mrepo/stanford-test-EL5-$basearch/RPMS.updates
enabled = 1
protect = 0
gpgkey = http://yum.stanford.edu/STANFORD-GPG-KEY
gpgcheck = 1
[stanford-test-noarch]
name = Stanford test RPMs for EL$releasever noarch
baseurl = http://yum.stanford.edu/mrepo/stanford-test-EL5-noarch/RPMS.updates
enabled = 1
protect = 0
gpgkey = http://yum.stanford.edu/STANFORD-GPG-KEY
gpgcheck = 1
# Name: Stanford test RPMs for EL
# URL: http://yum.stanford.edu/
[stanford-test]
name = Stanford test RPMs for EL$releasever $basearch
baseurl = http://yum.stanford.edu/mrepo/stanford-test-EL6-$basearch/RPMS.updates
enabled = 1
protect = 0
gpgkey = http://yum.stanford.edu/STANFORD-GPG-KEY
gpgcheck = 1
[stanford-test-noarch]
name = Stanford test RPMs for EL$releasever noarch
baseurl = http://yum.stanford.edu/mrepo/stanford-test-EL6-noarch/RPMS.updates
enabled = 1
protect = 0
gpgkey = http://yum.stanford.edu/STANFORD-GPG-KEY
gpgcheck = 1
# Name: Stanford test RPMs for EL
# URL: http://yum.stanford.edu/
[stanford-test]
name = Stanford test RPMs for EL$releasever $basearch
baseurl = http://yum.stanford.edu/mrepo/stanford-test-EL7-$basearch/RPMS.updates
enabled = 1
protect = 0
gpgkey = http://yum.stanford.edu/STANFORD-GPG-KEY
gpgcheck = 1
[stanford-test-noarch]
name = Stanford test RPMs for EL$releasever noarch
baseurl = http://yum.stanford.edu/mrepo/stanford-test-EL7-noarch/RPMS.updates
enabled = 1
protect = 0
gpgkey = http://yum.stanford.edu/STANFORD-GPG-KEY
gpgcheck = 1
......@@ -38,9 +38,7 @@ class base::rpm {
}
# Apply to all RHEL releases
if ($::lsbmajdistrelease != '7') {
base::rpm::yumrepo { "dag-EL${::lsbmajdistrelease}.repo": }
}
base::rpm::yumrepo { "dag-EL${::lsbmajdistrelease}.repo": }
base::rpm::yumrepo { "stanford-priv-EL${::lsbmajdistrelease}.repo": }
base::rpm::yumrepo { "stanford-EL${::lsbmajdistrelease}.repo": }
# puppetlabs repo now being mirrored on yum.stanford.edu
......@@ -48,9 +46,6 @@ class base::rpm {
ensure => present,
content => template('base/etc/yum.repos.d/puppetlabs-mirror.repo.erb'),
}
# Import puppetlabs key, since it does not change per OS/Arch
# This is technically unneeded if you 'include puppet3', though
# 'puppet3' is a separate shared module
base::rpm::import {'puppetlabs-mirror-rpmkey':
url => 'http://yum.stanford.edu/RPM-GPG-KEY-puppetlabs',
signature => 'gpg-pubkey-4bd6ec30-4ff1e4fa',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment