Skip to content

Commit

Permalink
Merge pull request #61 from basho-labs/develop
Browse files Browse the repository at this point in the history
create empty data structures for optional fields
  • Loading branch information
christophermancini authored Nov 16, 2016
2 parents 35a88cf + a47bdc9 commit 22c4bb6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,31 +63,34 @@ riak_scheduler: noop
# - { name: counters, props: '{"props":{"datatype":"counter"}}' }
# - { name: maps, props: '{"props":{"datatype":"map"}}' }
# - { name: sets, props: '{"props":{"datatype":"set"}}' }
riak_bucket_types: []

# Create groups
#
#riak_groups:
# - admins
# - keysusers
riak_groups: []

# Create users
#
#riak_users:
# - {user: 'user1', password: '', cert: ''}
# - {user: 'user2', password: 'somepassword_that_is_more_complex_than_this', cert: ''}

riak_users: []

# Create security sources
#riak_sources:
# - {user: 'user1', type: 'certificate', cidr: '0.0.0.0/0'}
# - {user: 'user2', type: 'password', cidr: '0.0.0.0/0'}
# - {user: 'user3', type: 'trust', cidr: '0.0.0.0/0'}
# - {user: 'user4', type: 'pam', cidr: '0.0.0.0/0'}

riak_sources: []

# Create permission grants
#
#riak_grants:
# - {subject: 'all', scope: 'any', permissions: ''}
# - {subject: 'user', scope: 'mybuckettype', permissions: ''}
# - {subject: 'group', scope: 'mybuckettype mybucket', permissions: ''}
riak_grants: []

0 comments on commit 22c4bb6

Please sign in to comment.