NAME
Ixchel::functions::sys_info - Fetches system info via Rex::Hardware.
VERSION
Version 0.0.1
SYNOPSIS
use Ixchel::functions::sys_info;
use Data::Dumper;
my $returned=sys_info;
print Dumper($returned);
$returned->{Host}{product} is filled in via Ixchel::functions::product and $returned->{Host}{serial} is filled in via Ixchel::functions::serial for the purpose making sure those are handled properly in a cross platform manner given a bug in Rex.
Functions
sys_info
Calls Rex::Hardware->get and returns the data as a hash ref.