mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Merge pull request #4171 from jjohnson42/sortnodels
Sort nodels attribute names
This commit is contained in:
commit
c4da6435a6
@ -2066,7 +2066,7 @@ sub nodels
|
||||
my %satisfiedreqs = ();
|
||||
foreach my $rec (@$recs) {
|
||||
|
||||
foreach (keys %$rec)
|
||||
foreach (sort keys %$rec)
|
||||
{
|
||||
if ($_ eq '!!xcatgroupattribution!!') { next; }
|
||||
if ($_ eq $nodekey and $removenodecol) { next; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user