standalone: Avoid overwriting slapformat config
Some configuration in `slapos.cfg` and `slapformat-definition.cfg` is updated by calling the `format` method, but was initialised to hardcoded and even invalid values in the constructor. This meant that calling the constructor again would overwrite the valid config.
Showing
Please register or sign in to comment