private AugeasRawConfigHelper rawConfigHelper;
@Override
public void start(ResourceContext resourceContext) throws InvalidPluginConfigurationException, Exception {
super.start(resourceContext);
rawConfigHelper = new AugeasRawConfigHelper(getAugeasRootPath(), getAugeasLoadPath(),
getResourceConfigurationRootPath(), this);
rawConfigHelper.addLens("CobblerSettings.lns", SETTINGS_PATH);
rawConfigHelper.addLens("CobblerModules.lns", MODULES_PATH);
rawConfigHelper.addNode(SETTINGS_PATH, "server");