PK == Paul Krizak <[EMAIL PROTECTED]>
PK> As far as I know, cfengine does imports *last*. That means that despite
PK> your import statement being at the top of your file, cfgroups.conf isn't
PK> actually imported until after the containing file is parsed.
PK>
PK> Luckily, imports *are* imported serially, so you can get around this
PK> restriction by adding yet another wrapper. For example:
PK>
PK> update.conf:
PK>
PK> import:
PK> any::
PK> cfgroups.conf
PK> real_update.conf
This feels clunky, but it seems to work. Thanks for the tip!
-Josh ([EMAIL PROTECTED])
_______________________________________________
Help-cfengine mailing list
[email protected]
http://cfengine.org/mailman/listinfo/help-cfengine