|
Node Director
|
Config File Handlers implement one configuration file format for the configuration distribution functionality. More...
Modules | |
| SimpleKeyColon File Format | |
| Files with "key: val" lines. | |
| SimpleKeyEqual File Format | |
| Files with "key=value" lines. | |
| SimpleKeyEqualSpaceTolerant File Format | |
| Files with "key = value" lines. | |
| SimpleKey File Format | |
| Files with "key value" lines. | |
Config File Handlers implement one configuration file format for the configuration distribution functionality.
Basically, two kinds of Config File Handlers exist:
Both Config File Handler types can be used as sfipackagefileformat entries in the configfiles configuration file.
1.8.1.2