Sha256: d250924ccf3dafe44886dd61d72382af1fdd492ed47f99f809d6c0761ad3c9e4
Contents?: true
Size: 495 Bytes
Versions: 5
Compression:
Stored size: 495 Bytes
Contents
## # Riak [Database] # database Riak do |db| db.name = "hostname" db.node = "riak@hostname" db.cookie = "cookie" ## # Optional: (defaults shown) # # Use to set the location of this utility # if it cannot be found by name in your $PATH # db.riak_admin_utility = '/opt/local/bin/riak-admin' # # Set username for the riak-admin utility # db.user = 'riak' # # Set usergroup for the riak-admin utility # db.group = 'riak' end
Version data entries
5 entries across 5 versions & 1 rubygems