Name

Write() — Write or commit configured or imported data

Description

Commit configured data. This function is also used in normal operation mode and should not be used to write configuration in auto-installation mode. Instead, use WriteOnly() or set the global variable write_only to true before writing.

during the write process, check for the global boolean variable write_only which should be used to prevent the module from restarting services and showing GUI components during autoinstallation which might interfere with the installation widgets.