diff --git a/xCAT/templates/mypostscript/mypostscript.tmpl b/xCAT/templates/mypostscript/mypostscript.tmpl index b1c8e5bd5..a550798f7 100755 --- a/xCAT/templates/mypostscript/mypostscript.tmpl +++ b/xCAT/templates/mypostscript/mypostscript.tmpl @@ -22,6 +22,10 @@ tabdump(networks) NODE=$NODE export NODE +# get GROUP list +GROUP=#TABLE:nodelist:$NODE:groups# +export GROUP + ## This is the syntax to get the value of one attribute from the ## and its key is $NODE. ## It doesn't support the cases where the table has 2 keys.