From 6f9c87f6b21902a2d3604c0e9c26e7a817016ec1 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 28 May 2014 15:27:31 -0400 Subject: [PATCH] For non ipmi methods, have confluent use the xcat.sh module that corresponds --- xCAT-server/lib/xcat/plugins/confluent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/confluent.pm b/xCAT-server/lib/xcat/plugins/confluent.pm index 006d00969..f240efc9c 100644 --- a/xCAT-server/lib/xcat/plugins/confluent.pm +++ b/xCAT-server/lib/xcat/plugins/confluent.pm @@ -356,7 +356,7 @@ foreach my $node (sort keys %$cfgenthash) { return $node; } if ($cmeth ne 'ipmi') { - die 'TODO: non ipmi consoles...' + $cmeth = 'xcat' . $cmeth; } my %parameters; $parameters{'console.method'} = $cmeth;