Skip to content

Commit

Permalink
puppetlabs#10 Default package manager for RedHat is yum instead of rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Sommer committed Nov 20, 2017
1 parent c086bd5 commit 86650a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
$pk_provider = 'dpkg'
}
'RedHat' : {
$pk_provider = 'rpm'
$pk_provider = 'yum'
}
'Gentoo' : {
$pk_provider = 'portage'
Expand Down

0 comments on commit 86650a2

Please sign in to comment.