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

Installing Mongo Enterprise edition via the cookbook #51

Open
Abbabon opened this issue Oct 14, 2016 · 1 comment
Open

Installing Mongo Enterprise edition via the cookbook #51

Abbabon opened this issue Oct 14, 2016 · 1 comment

Comments

@Abbabon
Copy link

Abbabon commented Oct 14, 2016

I am not sure it is possible to install mongodb enterprise edition with this cookbook (I couldn't get it to work using the configuration instructions provided).

Could you please confirm here or at least acknowledge it on the documentation?

@fallwith
Copy link

The hardcoded use of the non-enterprise open source packages seems to come from these lines in the default recipe:

# Install MongoDB package
install_package = %w(mongodb-org-server mongodb-org-shell mongodb-org-tools)

To install the enterprise package, you'd need the lines to look like this:

# Install MongoDB package
install_package = %w(mongodb-enterprise)

In future the packages array could be exposed as an attribute to make things flexible.

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

No branches or pull requests

2 participants