Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Lintian fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arioch committed Aug 6, 2015
1 parent 465e5b6 commit 1e49022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/preinstall.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
$rpm_url = $::operatingsystemrelease ? {
/^5/ => "http://download.powerstack.org/5/${::architecture}/",
/^6/ => "http://download.powerstack.org/6/${::architecture}/",
default => Fail['Operating system or release version not supported.'],
default => Fail['Operating system or release not supported.'],
}

$rpm_gpgkey = $::operatingsystemrelease ? {
/^5/ => 'https://raw.githubusercontent.com/santisaez/powerstack/master/RPM-GPG-KEY-powerstack',
/^6/ => 'https://raw.githubusercontent.com/santisaez/powerstack/master/RPM-GPG-KEY-powerstack',
default => Fail['Operating system or release version not supported.'],
default => Fail['Operating system or release not supported.'],
}

yumrepo { 'powerstack':
Expand Down

0 comments on commit 1e49022

Please sign in to comment.