Functionality to call external command

Code and tests to call the external command
This commit is contained in:
Duncan Ferguson 2013-04-15 21:34:05 +01:00
parent f1546a0d7d
commit d7e116e470
4 changed files with 128 additions and 37 deletions

View file

@ -439,8 +439,7 @@ sub resolve_names(@) {
};
if ($@) {
warn 'Failure running external cluster command "',
$self->config->{external_cluster_command}, '": ', $@;
warn $@, $/;
}
else {
@servers = @new_servers;