Configuration of ca-management |
clients/ca-management_auto.ycp |
Client for autoinstallation |
|
|
This is a client for autoinstallation. It takes its arguments,
goes through the configuration and return the setting.
Does not do any changes to the configuration.
Imports
- CaMgm
- CaMgm
- Progress
- Progress
- Report
- Users
Includes
- ca-management/new_cert_read_write.ycp
- ca-management/wizards.ycp
|
|
|
- Parameters:
function |
to execute
@param map/list of ca-management settings |
- Return value:
|
edited settings, Summary or boolean on success depending on called function |
- Example:
-
map mm = $[ "FAIL_DELAY" : "77" ];
map ret = WFM::CallFunction ("ca-management_auto", [ "Summary", mm ]); |
Autoyast configuration of ca-management
For use with autoinstallation.
- Return value:
Get all ca-management settings from the first parameter
(For use by autoinstallation.)
- Parameters:
settings |
The YCP structure to be imported. |
- Return value:
Dump the ca-management settings to a single map
(For use by autoinstallation.)
- Return value:
|
Dumped settings (later acceptable by Import ()) |
Return packages needed to be installed and removed during
Autoinstallation to insure module has all needed software
installed.
- Return value:
Create a textual summary and a list of unconfigured cards
- Return value:
|
summary of the current configuration |
Write all ca-management settings
- Return value:
|