xcatdefaults can be treated as a node, special case for this
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4514 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
dc9ac571a1
commit
0ae8e75fa6
@ -1291,6 +1291,10 @@ if (0) {
|
||||
}
|
||||
my @xcatdefps = split(/,/, $xcatdefaultsps);
|
||||
foreach my $obj(keys %{$allupdates{$table}}) {
|
||||
if ($obj eq 'xcatdefaults') {
|
||||
#xcatdefaults can be treated as a node?
|
||||
next;
|
||||
}
|
||||
my @newps;
|
||||
if (defined($allupdates{$table}{$obj}{'postscripts'}{'tabattrs'}{'postscripts'})) {
|
||||
foreach my $tempps (split(/,/, $allupdates{$table}{$obj}{'postscripts'}{'tabattrs'}{'postscripts'})) {
|
||||
|
Loading…
Reference in New Issue
Block a user