summaryrefslogtreecommitdiffstats
path: root/INF/ILO5.pm
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.panaceas.james.local>2021-09-01 09:25:25 +0100
committerroot <root@ka-ata-killa.panaceas.james.local>2021-09-01 09:25:25 +0100
commit3208e62b382f08a9ec6e2c44e0afcca12162acda (patch)
treee46877ad962e75d294fb13ab2e9d4006f3ec061f /INF/ILO5.pm
parentffd666e52164d06bc67d3d134ae8f53eb268bf6b (diff)
downloadinf-3208e62b382f08a9ec6e2c44e0afcca12162acda.tar.gz
inf-3208e62b382f08a9ec6e2c44e0afcca12162acda.tar.bz2
inf-3208e62b382f08a9ec6e2c44e0afcca12162acda.zip
add power controll to asrock, fix bug in supermicro, rename ilo -> ilo4
Diffstat (limited to 'INF/ILO5.pm')
-rw-r--r--INF/ILO5.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/INF/ILO5.pm b/INF/ILO5.pm
index f406762..d2689fd 100644
--- a/INF/ILO5.pm
+++ b/INF/ILO5.pm
@@ -210,7 +210,6 @@ sub login($) {
$self->{skey} = undef;
return -1;
}
- print STDERR "Login good!\n";
my $json = decode_json( $res->content );
@@ -320,7 +319,6 @@ sub get_host_power($) {
my $state = decode_json $res->content;
return $state->{'hostpwr_state'};
-
}
sub set_host_power($$) {