configuration.put(new PropertySimple("configurationFilesInclusionPatterns", configFilePath));
configuration.put(new PropertySimple("augeasModuleName", ApacheTestConstants.MODULE_NAME));
configuration.put(new PropertySimple(ApacheTestConstants.PLUGIN_CONFIG_PROP_SERVER_ROOT, serverRootPath));
AugeasConfigurationApache conf = new AugeasConfigurationApache(lensPath, configuration);
AugeasTreeBuilderApache builder = new AugeasTreeBuilderApache();
AugeasProxy augeas = new AugeasProxy(conf, builder);
augeas.load();
return augeas;