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:
parent
92d9768ce9
commit
ad2225e856
@ -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$/ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user