Skip to content

Commit

Permalink
Merge branch 'master' of github.com:basho/riak-chef-cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseplus committed Sep 13, 2012
2 parents edb25c9 + ce8f717 commit aa5490c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ class ::Array

# riak_control
default['riak']['config']['riak_control']['enabled'] = false
default['riak']['config']['riak_control']['auth'] = "userlist".to_erl_string
default['riak']['config']['riak_control']['userlist'] = ["user".to_erl_string,"pass".to_erl_string].to_erl_tuple
default['riak']['config']['riak_control']['auth'] = "userlist"
default['riak']['config']['riak_control']['userlist'] = [["user".to_erl_string,"pass".to_erl_string].to_erl_tuple]
default['riak']['config']['riak_control']['admin'] = true

0 comments on commit aa5490c

Please sign in to comment.