CPAN-Testers-API
view release on metacpan or search on metacpan
use Rex::Commands::Sync;
#######################################################################
# Groups
group api => qw( cpantesters3.dh.bytemark.co.uk cpantesters4.dh.bytemark.co.uk );
#######################################################################
# Settings
user 'cpantesters';
private_key '~/.ssh/cpantesters-rex';
# Used to find local, dev copies of the dist
set 'dist_name' => 'CPAN-Testers-API';
#######################################################################
# Environments
# The Vagrant VM for development purposes
environment vm => sub {
group api => '192.168.127.127'; # the Vagrant VM IP
set 'no_sudo_password' => 1;
( run in 0.236 second using v1.01-cache-2.11-cpan-a5abf4f5562 )