Archer::Plugin::Exec::Remote - Archer::Plugin::Exec::Remote documentation


Archer documentation  | view source Contained in the Archer distribution.

Index


NAME

Top

Archer::Plugin::Exec::Remote -

SYNOPSIS

Top

    - module: Exec::Remote
      config:
        name: restart
        user: root
        command: "if [ -e /etc/init.d/apache ] ; then  /etc/init.d/apache stop; sleep 6; /etc/init.d/apache start; fi"
        type: app

DESCRIPTION

Top

should be use in 'process' phase?

TODO

Top

  use Net::SSH::Perl


Archer documentation  | view source Contained in the Archer distribution.