mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +00:00
For non ipmi methods, have confluent use the xcat<meth>.sh module that corresponds
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user