| Archer documentation | view source | Contained in the Archer distribution. |
Archer::Plugin::Exec::Remote -
- 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
should be use in 'process' phase?
use Net::SSH::Perl
| Archer documentation | view source | Contained in the Archer distribution. |