Changed to "groups=lpar,all" for stanza and xml formatted output - Lines #452 & 506

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@594 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-02-27 16:13:08 +00:00
parent 92d9768ce9
commit ad2225e856

View File

@ -449,7 +449,7 @@ sub format_stanza {
} elsif ( /^nodetype$/ ) {
$d = $nodetype{$d};
} elsif ( /^groups$/ ) {
$d = "$hwtype,all";
$d = "$type,all";
} elsif ( /^mgt$/ ) {
$d = $hwtype;
} elsif ( /^model|serial$/ ) {
@ -503,7 +503,7 @@ sub format_xml {
} elsif ( /^nodetype$/ ) {
$d = $nodetype{$d};
} elsif ( /^groups$/ ) {
$d = "$hwtype,all";
$d = "$type,all";
} elsif ( /^mgt$/ ) {
$d = $hwtype;
} elsif ( /^model|serial$/ ) {