Rex::Commands::Notify - Notify a resource to execute.
Contents
Description
This module exports the notify() function.
Exported Functions
notify($resource_type,$resource_name)
This function will notify the given $resource_name of the given $resource_type to execute.
perl v5.40.0 2025-02-06 Rex::Commands::Notify(3pm)
Name
Rex::Commands::Notify - Notify a resource to execute.
Synopsis
notify "run", "extract-archive";
notify $type, $resource_name;
