From 14bdd7e519bb8aaabb886aa40aefc3c0a0286eb5 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Tue, 11 Aug 2020 10:54:20 +0100 Subject: add cyclades --- INF.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INF.pm') diff --git a/INF.pm b/INF.pm index 556a546..20b41b8 100644 --- a/INF.pm +++ b/INF.pm @@ -4,6 +4,7 @@ use INF::DSRx020; use INF::ILO; use INF::ILO2; use INF::SuperMicro; +use INF::Cyclades; #$infs = [ @@ -38,6 +39,8 @@ sub new ($;$) { return INF::ILO->new($inf); } elsif ( $inf->{inf_type} eq 'ilo2' ) { return INF::ILO2->new($inf); + } elsif ( $inf->{inf_type} eq 'cyclades' ) { + return INF::Cyclades->new($inf); } else { return undef; -- cgit v1.2.3