Created
June 8, 2012 19:40
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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