Name

Export() — Exports configured data to calling module

Description

Exports configured data to calling module. This function also converts the internal variables to unique and human readable variables which can be used in the control file needed for the auto-installation. It is not allowed to export maps with configured data as the keys. Configured data must be the value of a variable.

Example

Example 2. Export()

	    
	    global define map Export () ``{
	    return $[
	    "start_nis": start,
	    "nis_servers": servers,
	    "nis_domain": domain,
	    "start_autofs": _start_autofs,
	    ];
	    }
	    
	  

Returns

This function returns a map of the configuration data.