Skip to content

Commit

Permalink
Merge pull request #74 from anovisops/master
Browse files Browse the repository at this point in the history
Fixed CentOS storage SIG GPG key (issue #63 #68) and server package name
  • Loading branch information
bastelfreak authored Oct 21, 2016
2 parents 75ea1dd + 853f3f7 commit 1f816ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
case $::osfamily {
'RedHat': {
$repo = true
$repo_gpg_key_source = "http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-${::operatingsystemmajrelease}"
$repo_gpg_key_source = 'https://raw.githubusercontent.com/CentOS-Storage-SIG/centos-release-storage-common/master/RPM-GPG-KEY-CentOS-SIG-Storage'

$server_package = $::operatingsystemmajrelease ? {
# RHEL 6 and 7 provide Gluster packages natively
/(6|7)/ => 'glusterfs',
/(6|7)/ => 'glusterfs-server',
default => false
}
$client_package = $::operatingsystemmajrelease ? {
Expand Down

0 comments on commit 1f816ef

Please sign in to comment.