Skip to content

Commit

Permalink
Issue #114: Develop IPMI Extension
Browse files Browse the repository at this point in the history
* Fixed IPMI configuration setup in ConfigHelper.
  • Loading branch information
NassimBtk committed Apr 23, 2024
1 parent 1c35119 commit eee0abe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ static HostConfiguration buildHostConfiguration(
? new HashMap<>()
: new HashMap<>(
Stream
.of(protocols.getSnmp(), protocols.getHttp())
.of(protocols.getSnmp(), protocols.getHttp(), protocols.getIpmi())
.filter(Objects::nonNull)
.collect(Collectors.toMap(IConfiguration::getClass, Function.identity()))
);
Expand Down

0 comments on commit eee0abe

Please sign in to comment.