Skip to content
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

Docker CS source location #461

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Docker CS source location #461

wants to merge 2 commits into from

Conversation

wazoo
Copy link

@wazoo wazoo commented Mar 10, 2016

The docker CS source version was out of date so I updated that and added the ability to override it so I don't have to create a pull request every time Docker CS is updated. I also added the new params to the docs.

$package_cs_source_location = 'https://packages.docker.com/1.9/apt/repo'
$package_cs_key_source = 'https://packages.docker.com/1.9/apt/gpg'
$package_cs_key = '0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e'
unless $package_cs_source_location {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't need the unless here. These set the defaults, which are then overridden if required in the init.pp.

@garethr
Copy link
Owner

garethr commented Mar 10, 2016

Hi @wazoo. Much appreciated. This currently fails the tests in Travis unfortunately. It would also be useful to add a unit test to verify this functionality and protect it from being broken in the future. I'm happy to help if you need a few pointers. Thanks again.

@wazoo
Copy link
Author

wazoo commented Mar 11, 2016

Thanks for the feedback, I will make those changes and update this when thats done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants