minor fix, won't set 'ppc' for lpar in nodetype.nodetype

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9958 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-06-27 15:02:26 +00:00
parent d868494a50
commit 53a8f90d80

View File

@ -94,7 +94,7 @@ sub add_ppc {
###############################
# Update nodetype table
###############################
if ( $type =~ /^(fsp|bpa|lpar|hmc|ivm|frame|cec)$/ ) {
if ( $type =~ /^(fsp|bpa|hmc|ivm|frame|cec)$/ ) {
$db{nodetype}->setNodeAttribs( $name,{nodetype=>'ppc'} );
$db{nodetype}{commit} = 1;
}