The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FusionInventory::Agent::Task::Deploy - Software deployment support for FusionInventory Agent

DESCRIPTION

With this module, FusionInventory can accept software deployment request from an GLPI server with the FusionInventory plugin.

This module uses SSL certificat to authentificat the server. You may have to point --ca-cert-file or --ca-cert-dir to your public certificat.

If the P2P option is turned on, the agent will looks for peer in its network. The network size will be limited at 255 machines.

FUNCTIONS

isEnabled ( $self )

Returns true if the task is enabled.

processRemote ( $self, $remoteUrl )

Process orders from a remote server.

run ( $self, %params )

Run the task.