log.info("Updated existing Cobbler distro [" + distribution.getLabel() + "]");
} else {
log.debug("Cobbler already has distro [" + distribution.getLabel() + "]; keeping it");
}
} else {
desiredCobblerDistro.commit();
log.info("Added new distro to Cobbler: [" + distribution.getLabel() + "]");
}
}
}