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

Add support for parameter trusted MODULES-1658 #407

Merged
merged 2 commits into from
Jan 20, 2015
Merged

Add support for parameter trusted MODULES-1658 #407

merged 2 commits into from
Jan 20, 2015

Conversation

mkrakowitzer
Copy link

  • Add support for paramater trusted, valid options are 'true' and false. defaults to false. True sets the value to trusted=yes.

trusted=yes can be set to indicate that packages from this source are always authenticated even if the Release file is not signed or the signature can't be checked.

  • Update documentation

* Add support for paramater trusted, valid options are 'true' and false.
defaults to false. True sets the value to trusted=yes.

trusted=yes can be set to indicate that packages from this source are
always authenticated even if the Release file is not signed or the
signature can't be checked.

* Update documentation
@mkrakowitzer
Copy link
Author

I think the master branch is currently broken, which is why my travis CI build is failing :(

@mkrakowitzer mkrakowitzer changed the title Add support for parameter trusted Add support for parameter trusted MODULES-1658 Jan 13, 2015
@WolverineFan
Copy link

Yes master is broken (though it seems to be due to a CI environment change rather than anything committed to master). There are 2 pull requests in the queue that fix the problem. Once one of those gets merged you can rebase your change on top of latest master.

@daenney
Copy link

daenney commented Jan 20, 2015

I understand the reason for wanting this but I hate that apt supports this faking of authenticity. It seems the CI problems where resolved. Could you rebase and try this again?

@mkrakowitzer
Copy link
Author

@daenney ok, rebased.

Im not in favour of it either, its a long story why I need this which I wont bore you with.

@@ -55,6 +55,7 @@
'key_source' => 'http://apt.puppetlabs.com/pubkey.gpg',
'pin' => '10',
'architecture' => 'x86_64',
'trusted' => true,
Copy link

Choose a reason for hiding this comment

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

Why are we modifying an existing test?

Copy link
Author

Choose a reason for hiding this comment

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

The test is called 'no defaults', if I left it then it would be a default.

Copy link

Choose a reason for hiding this comment

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

Oh right, I missed that part.

@daenney
Copy link

daenney commented Jan 20, 2015

@mhaskel @cyberious Comments?

@cyberious
Copy link

@daenney looks sane to me

daenney added a commit that referenced this pull request Jan 20, 2015
Add support for parameter trusted MODULES-1658
@daenney daenney merged commit 646b407 into puppetlabs:master Jan 20, 2015
@daenney
Copy link

daenney commented Jan 20, 2015

Thank you for your contribution! 'till next time!

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

Successfully merging this pull request may close these issues.

5 participants