From def9f142033c4139227e289277e0920e5e35cf4b Mon Sep 17 00:00:00 2001 From: Doug Bell <doug@preaction.me> Date: Thu, 5 Dec 2019 22:04:29 -0600 Subject: [PATCH] remove missing node --- Rexfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rexfile b/Rexfile index 7c5a266..31aceef 100644 --- a/Rexfile +++ b/Rexfile @@ -106,9 +106,9 @@ my $JSON = JSON::PP->new->ascii->pretty->canonical; # Groups group all => qw( cpantesters3.dh.bytemark.co.uk cpantesters4.dh.bytemark.co.uk - cpantesters1.barnyard.co.uk monitor.preaction.me + monitor.preaction.me ); -group api => qw( cpantesters3.dh.bytemark.co.uk cpantesters1.barnyard.co.uk ); +group api => qw( cpantesters3.dh.bytemark.co.uk ); group backend => 'cpantesters4.dh.bytemark.co.uk'; group web => 'cpantesters3.dh.bytemark.co.uk'; group monitor => 'monitor.preaction.me';