Skip to content

Instantly share code, notes, and snippets.

@stuartrexking
Created October 12, 2011 00:20
Show Gist options
  • Save stuartrexking/1279864 to your computer and use it in GitHub Desktop.
Save stuartrexking/1279864 to your computer and use it in GitHub Desktop.
Replicaset Role
name "mongodb_repl"
description "mongo db server"'
default_attributes "mongodb" => { "cluster_name" => "m.prod.company.com" }'
run_list(
"recipe[mongodb::10gen_repo]","recipe[mongodb::replicaset]"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment