.build();
modules = ImmutableSet.<Module>of(new SLF4JLoggingModule(),
new EnterpriseConfigurationModule(),
new SshjSshClientModule(),
new CacheNodeStoreModule(ImmutableMap.<String,Node>copyOf(spec.getByonNodes())));
} else {
modules = ImmutableSet.<Module>of(new SLF4JLoggingModule(),
new EnterpriseConfigurationModule(), new SshjSshClientModule());
}
}