help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nested groups?


From: rader
Subject: nested groups?
Date: Mon, 29 Mar 2004 09:02:32 -0600

 groups:
   a = ( x y )
   b = ( z )
   c = ( $(a) ${b} )

doesn't seem to define c as x y z (or as z).

anybody know of a workaround?  i'm using

 a = ( x y )
 b = ( z )
 groups: 
   a = ( $(a) )
   b = ( $(b) )
   c = ( $(a) $(b) )

but that's kinda redundant and a bit ugly.

steve 
- - - 
systems & network guy
high energy physics
university of wisconsin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]