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