Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ManagementNode.pm::execute only accepts simple $command and $display_output scalar arguments. This subroutine will fail if called in the same manner as OS.pm::execute is able to by passing it a hash reference. It should be updated to $self->os->execute and $self->mn_os->execute both accept the same argument types.