Package DE_EPAGES::FlexProvider::API::Patch
Provides functions to patch virtual machine using a configuration server
@EXPORT_OK |
Functions
DeliverOrderedPatch
Montor patching the $Store
Syntax |
$Status = DeliverOrderedPatch($Store, $hParams) |
Input |
|
Return |
|
NewPatchAvailable
Updates PatchVersion of $Site and NewPatch on $Store if new version available.
Syntax |
($OldVersion, $NewVersion) = NewPatchAvailable($Store, $hParams); |
Input |
|
Return |
|
NewPatchInstalled
Updates PatchInstalledOn, NewPatch, InstallNewVersion on $Store.
Syntax |
NewPatchInstalled($Store); |
Input |
|
PatchOrdered
Check if $Store wants to install new epages patch.
Syntax |
$OK = PatchOrdered($Store); |
Input |
|
Return |
|