There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Ixchel::Actions::snmp_install - Installs snmpd and snmp utils.

VERSION

Version 0.1.0

SYNOPSIS

use Data::Dumper;

my $results=$ixchel->action(action=>'snmp_install', opts=>{});

print Dumper($results);

RESULT HASH REF

.errors :: A array of errors encountered.
.status_text :: A string description of what was done and the results.
.ok :: Set to zero if any of the above errored.