Skip to content

Commit

Permalink
Merge pull request #47 from stbenjam/8345
Browse files Browse the repository at this point in the history
fixes #8345 - explicitly install katello package
  • Loading branch information
stbenjam committed Nov 12, 2014
2 parents 57c1b45 + ac222e4 commit 1bd26ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
} else {
$os = 'Fedora'
}
$package = $os ? {
$rubygem = $os ? {
'RHEL' => 'ruby193-rubygem-katello',
'Fedora' => 'rubygem-katello'
}
package{[$package]:
package{['katello', $rubygem]:
ensure => installed,
}
}

0 comments on commit 1bd26ad

Please # to comment.