Changed nodetype check from LPAR to lpar.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@499 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-02-18 13:24:26 +00:00
parent 8b2d19f070
commit 59cb0fcd44

View File

@ -464,7 +464,7 @@ my @nodeattrs = (
access_tabentry => 'ppc.node=attr:node',
description => 'For LPARs: the LPAR numeric id; for FSPs: the cage number; for BPAs: the frame number.'},
{attr_name => profile,
only_if => 'nodetype=LPAR',
only_if => 'nodetype=lpar',
tabentry => 'ppc.profile',
access_tabentry => 'ppc.node=attr:node',
description => 'The LPAR profile that will be used the next time the LPAR is powered on with rpower.'},