Added riak storage_backend as input (also riak.conf is jinja processed now)

This commit is contained in:
Jedrzej Nowak 2015-10-27 12:58:32 +01:00
parent 08327cdb12
commit d05da5731c
2 changed files with 4 additions and 1 deletions

View File

@ -37,3 +37,6 @@ input:
join_to:
schema: str
value:
storage_backend:
schema: str!
value: bitcask

View File

@ -331,7 +331,7 @@ anti_entropy = active
##
## Acceptable values:
## - one of: bitcask, leveldb, memory, multi
storage_backend = bitcask
storage_backend = {{storage_backend}}
## Controls which binary representation of a riak value is stored
## on disk.