summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/slxconfig')
-rwxr-xr-xconfig-db/slxconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-db/slxconfig b/config-db/slxconfig
index f0a978f5..597c87b7 100755
--- a/config-db/slxconfig
+++ b/config-db/slxconfig
@@ -344,6 +344,11 @@ sub addSystemToConfigDB
}
split '\s*,\s*', $systemData->{clients};
delete $systemData->{clients};
+ } else {
+ # no clients given, so we add this system to the default client,
+ # which will make this system bootable by *all* clients (unless
+ # they are configured otherwise).
+ push @clientIDs, 0;
}
if ($openslxDB->fetchSystemByFilter({ 'name' => $systemName })) {