Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 525 Bytes

mongoctl-cookbook

Chef cookbook for installing mongoctl (https://github.com/mongolab/mongoctl)

Prerequisite

pip should be installed on the machine

attributes

:users => list of users and their configs, you have to specify a name, home and version are optional. home will default to "/home/:name" and version wil be latest version install. Default configuration is:

default["mongoctl"]["users"] = [{
    "name" => "web",
    "home" => "/home/web",
    "version" => nil
}]