Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Allow overriding the mongodb packages to install #46

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

Allow overriding the mongodb packages to install #46

wants to merge 2 commits into from

Conversation

andytson-inviqa
Copy link

This is so for example if you want to use the dev releases of MongoDB, which are named mongodb-org-unstable*

This is so for example if you want to use the dev releases of MongoDB, which are named mongodb-org-unstable*
@veetow
Copy link

veetow commented Sep 19, 2016

Or enterprise packages. 👍

@veetow
Copy link

veetow commented Sep 19, 2016

@andytson-inviqa, you should update your PR to set a default package list for both mongod and mongos, and update the mongos recipe in the same way you already have done for mongod.

@veetow
Copy link

veetow commented Sep 22, 2016

@sunggun-yu, thoughts?

Copy link

@veetow veetow left a comment

Choose a reason for hiding this comment

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

Should add an Array for both mongod and mongos packages.

default['mongodb3']['package']['mongod_packages'] = %w(mongodb-org-server mongodb-org-shell mongodb-org-tools)
default['mongodb3']['package']['mongos_packages']  = %w(mongodb-org-shell mongodb-org-mongos mongodb-org-tools)

@andytson-inviqa
Copy link
Author

A bit late changing it, but I've done so. I don't use this cookbook any more though

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

Successfully merging this pull request may close these issues.

2 participants