}
MongodExecutable executable;
try {
final ICommandLinePostProcessor commandLinePostProcessor;
if (authEnabled) {
commandLinePostProcessor = new ICommandLinePostProcessor() {
@Override
public List<String> process(final Distribution distribution, final List<String> args) {
args.remove("--noauth");
args.add("--auth");
return args;