-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding optional variable for package_key_check_source to RedHat #846
adding optional variable for package_key_check_source to RedHat #846
Conversation
@STaegtmeier Thanks for the contribution. Should the following line also consume the puppetlabs-docker/manifests/init.pp Line 573 in 30d37d6
|
also for the docker ee part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the change. This looks fine now.
The Server 2016 failures are not related to this PR so I'm happy to get this merged. Thanks for your contribution! |
Change the hard coded value for
$package_key_check_source
for RedHat to the optional variable$docker_package_key_check_source
.The variable is already used further down in the following else-block for RedHat.
The optional var is defined as
true
within theparams.pp
so there should be no following issues.The change is needed for one of my customers which used an own yum-repo for the docker repository, were the values must be set to
false
.