
FleetConf::Agent::Parser::Stmt::PREREQUISITE - PREREQUISITE command

NAME Some-Agent MNEMONIC foo WORKFLOW Null PREREQUISITE hostname() = "onlyhere"

The PREREQUISITE command runs during the initialize phase and can be used to determine whether or not the workflow should be contacted at all. If any prerequisite fails, then all other phases are skipped.
The BNF for this command is:
agent_command +::= prerequisite_command prerequisite_command ::= "PREREQUISITE" boolean_expression EOL

Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.
FleetConf is distributed and licensed under the same terms as Perl itself.