RE: Working with a global variable defenition bundle for ALL variables

2010-05-28 Thread Justin Lloyd
o Cc: help-cfengine@cfengine.org Subject: RE: Working with a global variable defenition bundle for ALL variables Are you certain? The default promises.cf provided by Cfengine (the company) does just that: body common control { bundlesequence => { @(def.

RE: Working with a global variable defenition bundle for ALL variables

2010-05-28 Thread Justin Lloyd
---Original Message- From: Seva Gluschenko [mailto:seva.glusche...@gmail.com] Sent: Friday, May 28, 2010 8:48 AM To: Justin Lloyd Cc: Tom Van de Velde; help-cfengine@cfengine.org Subject: Re: Working with a global variable defenition bundle for ALL variables Justin, There's no reason and need to

Re: Working with a global variable defenition bundle for ALL variables

2010-05-28 Thread Seva Gluschenko
em? > > Justin > > -Original Message- > From: help-cfengine-boun...@cfengine.org > [mailto:help-cfengine-boun...@cfengine.org] On Behalf Of Tom Van de Velde > Sent: Friday, May 28, 2010 2:33 AM > To: Seva Gluschenko > Cc: help-cfengine@cfengine.org > Subject

RE: Working with a global variable defenition bundle for ALL variables

2010-05-28 Thread Justin Lloyd
half Of Tom Van de Velde Sent: Friday, May 28, 2010 2:33 AM To: Seva Gluschenko Cc: help-cfengine@cfengine.org Subject: Re: Working with a global variable defenition bundle for ALL variables Seva, No that does not work, with the -v option you can see that he does not resolve . Also the class with

Re: Working with a global variable defenition bundle for ALL variables

2010-05-28 Thread Tom Van de Velde
SET domain = $(def.cfengineDomain) my_cf3 SET ignore_missing_bundles true my_cf3 SET ignore_missing_inputs true my_cf3 SET ifelapsed = 15 my_cf3 SET inform = --- On Fri, 5/28/10, Seva Gluschenko wrote: > From: Seva Gluschenko > Subject: Re: Working with a global variable defenition bundle f

Re: Working with a global variable defenition bundle for ALL variables

2010-05-28 Thread Seva Gluschenko
Tom, does this help? domain => "$(def.cfengineDomain)"; (arguments must be quoted, AFAIR.) 2010/5/28 Tom Van de Velde : > Hi > > I was wondering if it is possible th have a configuriation bundle that holds > ALL variables at the beginning of the configuration file. > It turns