// text that works like a blob. Clean up w/ next interface changes
// to the ctx broker
try {
final String newContent =
addIPs(context.getBootstrapText(), vm);
final FileCopyNeed need =
this.binding.newFileCopyNeed(
newContent, context.getBootstrapPath());
resource.newFileCopyNeed(need);
} catch (Exception e) {
logger.error(e.getMessage());