if (program.image) {
    vagrant.imageName = program.image;
} else {
    common.log('error', 'You have to define a image to use');
    common.exit(1);