From b5ad55947673b5e1cd6a4da0d0957b5b4de52b36 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 24 Jan 2013 12:09:37 +0000 Subject: [PATCH] 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 --- xCAT/templates/mypostscript/mypostscript.tmpl | 4 ++++ 1 file changed, 4 insertions(+) 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.