Skip to content

Instantly share code, notes, and snippets.

@jvehent
Created October 3, 2012 18:44
Show Gist options
  • Save jvehent/3828940 to your computer and use it in GitHub Desktop.
Save jvehent/3828940 to your computer and use it in GitHub Desktop.
ROLE MONGODB
'authorization' => {
'sudo' => {
'groups' => ['dbas'],
'passwordless' => false
}
},
ROLE BASE
'authorization' => {
'sudo' => {
'groups' => ['sysadmins'],
'passwordless' => false
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment