summaryrefslogtreecommitdiffstats
path: root/cobbler/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/utils.py')
-rw-r--r--cobbler/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler/utils.py b/cobbler/utils.py
index 78459608..23dcca64 100644
--- a/cobbler/utils.py
+++ b/cobbler/utils.py
@@ -309,6 +309,8 @@ def __consolidate(node,results):
if value != "<<inherit>>":
if type(value) == type({}):
node_data_copy[key] = value.copy()
+ elif type(value) == type([]):
+ node_data_copy[key] = value[:]
else:
node_data_copy[key] = value