http://qs321.pair.com?node_id=11115218


in reply to Re: Where is documenation for defining servers for use by Rex?
in thread Where is documenation for defining servers for use by Rex?

Thanks. Doesn't work, though. I think this is a bug.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Where is documenation for defining servers for use by Rex?

Replies are listed 'Best First'.
Re^3: Where is documenation for defining servers for use by Rex?
by Anonymous Monk on Apr 08, 2020 at 12:47 UTC
    Heh

    SYNOPSIS

    desc "Task description"; task "taskname", sub { ... }; task "taskname", "server1", ..., "server20", sub { ... }; group "group" => "server1", "server2", ...; user "user"; password "password"; environment live => sub { user "root"; password "foobar"; pass_auth; group frontend => "www01", "www02"; };

    annotated SYNOPSIS

    desc "Task description"; task "taskname", sub { ... }; task "taskname", "server1", ..., "server20", sub { ... }; group "group" => "server1", "server2", ...; user("user"); password("password"); environment live => sub { user("root"); password("foobar"); pass_auth(); group frontend => "www01", "www02"; };
Re^3: Where is documenation for defining servers for use by Rex?
by Anonymous Monk on Apr 08, 2020 at 12:50 UTC
    Please take the time to actually read and understand the docs, pay close attention to their site, and where they hang out offering help