enhance indent
This commit is contained in:
parent
77bd11a3dc
commit
33f3c92c23
|
@ -37,6 +37,7 @@ sub new {
|
|||
'list-organizations' => 'cloud::cloudfoundry::restapi::mode::listorganizations',
|
||||
'list-spaces' => 'cloud::cloudfoundry::restapi::mode::listspaces',
|
||||
);
|
||||
|
||||
$self->{custom_modes}{restapi} = 'cloud::cloudfoundry::restapi::custom::api';
|
||||
return $self;
|
||||
}
|
||||
|
|
|
@ -40,12 +40,6 @@ sub new {
|
|||
return $self;
|
||||
}
|
||||
|
||||
sub init {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
$self->SUPER::init(%options);
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
__END__
|
||||
|
|
|
@ -45,6 +45,7 @@ sub new {
|
|||
'timesync' => 'database::postgres::mode::timesync',
|
||||
'vacuum' => 'database::postgres::mode::vacuum',
|
||||
);
|
||||
|
||||
$self->{sql_modes}{psqlcmd} = 'database::postgres::psqlcmd';
|
||||
return $self;
|
||||
}
|
||||
|
|
|
@ -32,10 +32,10 @@ sub new {
|
|||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'cover-status' => 'hardware::printers::standard::rfc3805::mode::coverstatus',
|
||||
'hardware-device' => 'snmp_standard::mode::hardwaredevice',
|
||||
'markersupply-usage' => 'hardware::printers::standard::rfc3805::mode::markersupply',
|
||||
'marker-impression' => 'hardware::printers::standard::rfc3805::mode::markerimpression',
|
||||
'papertray-usage' => 'hardware::printers::standard::rfc3805::mode::papertray',
|
||||
'hardware-device' => 'snmp_standard::mode::hardwaredevice',
|
||||
'printer-error' => 'snmp_standard::mode::printererror',
|
||||
);
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ sub new {
|
|||
%{$self->{modes}} = (
|
||||
'environment' => 'hardware::sensors::temperhum::local::mode::environment',
|
||||
);
|
||||
|
||||
return $self;}
|
||||
1;
|
||||
|
||||
|
|
|
@ -31,8 +31,8 @@ sub new {
|
|||
|
||||
$self->{version} = '1.0';
|
||||
%{$self->{modes}} = (
|
||||
'hardware' => 'hardware::server::sun::mseries::mode::hardware',
|
||||
'domains' => 'hardware::server::sun::mseries::mode::domains',
|
||||
'hardware' => 'hardware::server::sun::mseries::mode::hardware',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
|
|
@ -31,8 +31,8 @@ sub new {
|
|||
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'environment' => 'hardware::server::sun::sfxxk::mode::environment',
|
||||
'boards' => 'hardware::server::sun::sfxxk::mode::boards',
|
||||
'environment' => 'hardware::server::sun::sfxxk::mode::environment',
|
||||
'failover' => 'hardware::server::sun::sfxxk::mode::failover',
|
||||
);
|
||||
|
||||
|
|
|
@ -31,11 +31,11 @@ sub new {
|
|||
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'battery-status' => 'hardware::ups::mge::snmp::mode::batterystatus',
|
||||
'environment' => 'hardware::ups::mge::snmp::mode::environment',
|
||||
'input-lines' => 'hardware::ups::mge::snmp::mode::inputlines',
|
||||
'output-lines' => 'hardware::ups::mge::snmp::mode::outputlines',
|
||||
'output-source' => 'hardware::ups::mge::snmp::mode::outputsource',
|
||||
'battery-status' => 'hardware::ups::mge::snmp::mode::batterystatus',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
|
|
@ -31,12 +31,12 @@ sub new {
|
|||
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'alarms' => 'hardware::ups::powerware::snmp::mode::alarms',
|
||||
'battery-status' => 'hardware::ups::powerware::snmp::mode::batterystatus',
|
||||
'environment' => 'hardware::ups::powerware::snmp::mode::environment',
|
||||
'input-lines' => 'hardware::ups::powerware::snmp::mode::inputlines',
|
||||
'output-lines' => 'hardware::ups::powerware::snmp::mode::outputlines',
|
||||
'output-source' => 'hardware::ups::powerware::snmp::mode::outputsource',
|
||||
'alarms' => 'hardware::ups::powerware::snmp::mode::alarms',
|
||||
'battery-status' => 'hardware::ups::powerware::snmp::mode::batterystatus',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
|
|
@ -31,11 +31,11 @@ sub new {
|
|||
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'alarms' => 'hardware::ups::standard::rfc1628::snmp::mode::alarms',
|
||||
'battery-status' => 'hardware::ups::standard::rfc1628::snmp::mode::batterystatus',
|
||||
'input-lines' => 'hardware::ups::standard::rfc1628::snmp::mode::inputlines',
|
||||
'output-lines' => 'hardware::ups::standard::rfc1628::snmp::mode::outputlines',
|
||||
'output-source' => 'hardware::ups::standard::rfc1628::snmp::mode::outputsource',
|
||||
'alarms' => 'hardware::ups::standard::rfc1628::snmp::mode::alarms',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
|
Loading…
Reference in New Issue