yum: Added HP Service Pack for ProLiant repository
This commit is contained in:
parent
d40e4f6d1c
commit
df119e389e
2 changed files with 49 additions and 0 deletions
|
@ -483,6 +483,25 @@ class yum::repo::google {
|
|||
}
|
||||
|
||||
|
||||
# Add HP Service Pack for ProLiant repository
|
||||
#
|
||||
class yum::repo::hpspp {
|
||||
|
||||
include yum::common
|
||||
|
||||
if $yum::common::osname != "el" {
|
||||
fail("HPSPP repository not supported in ${::operatingsystem}")
|
||||
}
|
||||
|
||||
yum::repo { "hpspp":
|
||||
descr => "HP Service Pack for ProLiant - \$basearch",
|
||||
baseurl => "http://downloads.linux.hp.com/repo/spp/rhel/${yum::common::osver}/\$basearch/current",
|
||||
gpgkey => "puppet:///modules/yum/keys/hpspp.key",
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Add RPM Fusion Free repository
|
||||
#
|
||||
class yum::repo::rpmfusion-free {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue