Skip to content

Commit

Permalink
Merge pull request #422 from basho/jdb-strong-reltool
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuple committed Oct 26, 2013
2 parents 4657126 + b5ccfaa commit 630d485
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rel/reltool.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
riak_control,
erlydtl,
riak_auth_mods,
{folsom, load}
{folsom, load},
{riak_ensemble, load}
]},
{rel, "start_clean", "",
[
Expand Down Expand Up @@ -62,7 +63,8 @@
{app, lager, [{incl_cond, include}]},
{app, riak_control, [{incl_cond, include}]},
{app, riak_api, [{incl_cond, include}]},
{app, folsom, [{incl_cond, include}]}
{app, folsom, [{incl_cond, include}]},
{app, riak_ensemble, [{incl_cond, include}]}
]}.


Expand Down

0 comments on commit 630d485

Please sign in to comment.