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

Remove 10gen repository support #497

Merged
merged 2 commits into from
Oct 14, 2018
Merged

Remove 10gen repository support #497

merged 2 commits into from
Oct 14, 2018

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Oct 7, 2018

There's still a reference in init.pp but #493 removes that file altogether. There's also some in the acceptance tests but I'll fix those later.

Closes GH-416

@ekohl ekohl changed the title Rip out 10gen repository support Remove 10gen repository support Oct 7, 2018
$proxy = undef,
$proxy_username = undef,
$proxy_password = undef,
Optional[String] $repo_location = undef,
Copy link
Member

Choose a reason for hiding this comment

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

datatypes \o/

@@ -3,7 +3,7 @@
# We try to follow/reproduce the instruction
# http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/

if($mongodb::repo::ensure == 'present' or $mongodb::repo::ensure == true) {
if $mongodb::repo::ensure == 'present' or $mongodb::repo::ensure == true {
Copy link
Member

Choose a reason for hiding this comment

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

we should probably add that to the styleguide later

@ekohl ekohl merged commit 9c0ef87 into voxpupuli:master Oct 14, 2018
@ekohl ekohl deleted the remove-10gen branch October 14, 2018 15:04
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.

Deprecate (and then remove) 10gen requirement/pieces
2 participants