The CfgNet should provide an interface to manipulate configuration files. By means of the interface, developers should be able to automatically manipulate configuration files without having to edit the respective configuration files manually. Furthermore, the interface should automatically fix configuration conflicts using the information provided by CfgNet.
An interesting library might be augeas, which is already used in an configuration error injecting testing paper to change options in configuration files.