summaryrefslogtreecommitdiffstats
path: root/INF.pm
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2019-05-10 22:48:36 +0100
committerroot <root@no.no.james.local>2019-05-10 22:52:42 +0100
commitef393874b4df287089d07f8d49d91972e0c5ca18 (patch)
tree3e8d5d13ee8f32c8b27fb15ef79f79ca7cb0722c /INF.pm
parentd3a4ea5a9e34197a9950af285fc9e186a5228493 (diff)
downloadinf-ef393874b4df287089d07f8d49d91972e0c5ca18.tar.gz
inf-ef393874b4df287089d07f8d49d91972e0c5ca18.tar.bz2
inf-ef393874b4df287089d07f8d49d91972e0c5ca18.zip
supermicro support
Diffstat (limited to 'INF.pm')
-rw-r--r--INF.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/INF.pm b/INF.pm
index 962b15a..556a546 100644
--- a/INF.pm
+++ b/INF.pm
@@ -3,6 +3,7 @@ use INF::APC;
use INF::DSRx020;
use INF::ILO;
use INF::ILO2;
+use INF::SuperMicro;
#$infs = [
@@ -31,6 +32,8 @@ sub new ($;$) {
}
elsif ( $inf->{inf_type} eq 'apc' ) {
return INF::APC->new($inf);
+ } elsif ( $inf->{inf_type} eq 'supermicro' ) {
+ return INF::SuperMicro->new($inf);
} elsif ( $inf->{inf_type} eq 'ilo' ) {
return INF::ILO->new($inf);
} elsif ( $inf->{inf_type} eq 'ilo2' ) {