RE: Promises being ignore!!!

2010-10-05 Thread Lebel, Marco
rom: Seva Gluschenko [mailto:seva.glusche...@gmail.com] Sent: Tuesday, October 05, 2010 1:56 AM To: Lebel, Marco Cc: help-cfengine@cfengine.org Subject: Re: Promises being ignore!!! Marco, this is not the bug but the way Cfengine evaluates variables (as it is described in the reference manual,

Re: Promises being ignore!!!

2010-10-04 Thread Seva Gluschenko
Marco, this is not the bug but the way Cfengine evaluates variables (as it is described in the reference manual, BTW). If you want slist to be re-evaluated, you should add "policy => overridable" to that slist definition. As always, running cf-agent -v (in verbose mode) provides you with much mor

Promises being ignore!!!

2010-10-04 Thread Lebel, Marco
Hello all, I want to check with you if my understanding of the following is correct or not: Assuming the following cfengine script: body common control { bundlesequence => { "do_example1" }; } bundle agent do_example1 { methods: "do_one" usebundle => do_master("AB", "BA BB BC")