Skip to content

Commit

Permalink
Fix: get memory on solaris on Sun-Fire-V490
Browse files Browse the repository at this point in the history
closes: #1736
  • Loading branch information
kournikola authored and Gonéri Le Bouder committed Jul 26, 2012
1 parent 7444835 commit 7e315d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Tools/Solaris.pm
Expand Up @@ -51,7 +51,7 @@ sub getModel {
sub getClass {
my $model = getModel();

if ($model =~ /SUNW,Sun-Fire-\d/) {
if ($model =~ /SUNW,Sun-Fire-\d/ || $model =~ /SUNW,Sun-Fire-V240/) {
return SOLARIS_FIRE;
}

Expand Down

0 comments on commit 7e315d3

Please sign in to comment.