Skip to content

Commit

Permalink
Update install.pp (puppetlabs#227)
Browse files Browse the repository at this point in the history
Under Red Hat system using the implemented change and the attribute package_source to 'RedHata' value I could solve problems to install a docker specific version when you desire use the official repositories. I commented the case under the Issue 225.

Any comment is Welcome about errors described in issue 225 commentaries
  • Loading branch information
jmbelvar81 authored and scotty-c committed May 16, 2018
1 parent 38c04a3 commit e44cd0c
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 @@ -30,7 +30,7 @@
$pk_provider = 'dpkg'
}
'RedHat' : {
$pk_provider = 'rpm'
$pk_provider = 'yum'
}
default : {
$pk_provider = undef
Expand Down

0 comments on commit e44cd0c

Please sign in to comment.