The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Archer::Plugin::Exec::Remote -

SYNOPSIS

    - 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

should be use in 'process' phase?

TODO

  use Net::SSH::Perl