Skip to content

Instantly share code, notes, and snippets.

@nathanaschbacher
Created June 8, 2012 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nathanaschbacher/2897760 to your computer and use it in GitHub Desktop.
Save nathanaschbacher/2897760 to your computer and use it in GitHub Desktop.
Trying to override defaults in Riak chef cookbook for Riak Control user/pass
override_attributes(
"riak" => {
"control" => {
"enabled" => true,
"userlist" => { "default_user" => ["!merge:user", "!merge:pass", "Pablo", "Turbine2012"]}
}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment