Properties Configuration Documents

Properties configuration documents store configuration in a Key=value format. For example, a properties configuration document might be:

# My configuration document
Hostname=MyNode

where Hostname is a key, and MyNode is its associated value.

“#” marks a commented line. Commented lines are ignored when testing the search expression.

To state that the configuration document is a properties configuration document, use the <PropertiesConfigurationDocument> element. For example:

<Dependency name="history_db" providerCiType="cmdb" scope="default">
   <PropertiesConfigurationDocument name="cmdb.conf">
      ...