add in the missing GROUP export

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14981 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-01-24 12:09:37 +00:00
parent a881b225f2
commit b5ad559476

View File

@ -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
## <tablename> and its key is $NODE.
## It doesn't support the cases where the table has 2 keys.