Node Director
SimpleKeyEqualSpaceTolerant File Format
Config File Format Handlers

Files with "key = value" lines. More...

Files with "key = value" lines.

SYNOPSIS

Entry in the configfile configuration file:

...
sfipackagefileformat: SimpleKeyEqualSpaceTolerant
sfipackageconfigprefix: someprefix
...

DESCRIPTION

This generic file format handler handles files with lines in the format

key = value

where key and value are separated by an equal sign. Between the key and the equal sign whitespace (space or tab characters) is allowed. When inserting entries the handler uses " = " as the key/value separator. Key/value pairs that should be inserted or replaced during configuration distribution can be set using the configured prefix.