Provided by: rex_1.8.1-1_all 

NAME
Rex::Commands::Notify - Notify a resource to execute.
DESCRIPTION
This module exports the notify() function.
SYNOPSIS
notify "run", "extract-archive";
notify $type, $resource_name;
EXPORTED FUNCTIONS
notify($resource_type, $resource_name)
This function will notify the given $resource_name of the given $resource_type to execute.
perl v5.30.0 2020-02-07 Rex::Commands::Notify(3pm)