Modify for 0.2 confluent

0.2 confluent rethought some facets.  Adapt to that reality
This commit is contained in:
Jarrod Johnson 2014-07-31 09:09:17 -04:00
parent ea79842882
commit 48641cf945

View File

@ -363,7 +363,7 @@ foreach my $node (sort keys %$cfgenthash) {
if ($cmeth eq 'ipmi') {
$parameters{'secret.hardwaremanagementuser'} =
$ipmiauthdata->{$node}->{username};
$parameters{'secret.hardwaremanagementpassphrase'} =
$parameters{'secret.hardwaremanagementpassword'} =
$ipmiauthdata->{$node}->{password};
my $bmc = $ipmientries->{$node}->[0]->{bmc};
$bmc =~ s/,.*//;