Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

by nysus (Parson)
on Apr 08, 2020 at 12:31 UTC ( [id://11115218]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11115218]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-25 15:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found