help-cfengine
[Top][All Lists]
Advanced

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

Module variables being set late


From: Chip Seraphine
Subject: Module variables being set late
Date: Wed, 7 Jan 2004 11:20:44 -0600
User-agent: KMail/1.5

I am running a module at the top of my actionsequence, and it sets a class 
("foo").  Foo *is* an AddInstallable class.

Unfortunately, the module runs only *after* everything else in the 
actionsequence, even though it is the first item on the list.  (I'm not sure, 
but I believe that this is new behavior in 2.1; the problems this behavior is 
causing did not exist prior to that.)  This is causing the "foo" class to not 
be set until too late to do any good.

I've tried running the module the old-style way (with "module:modname.foo"), 
but that did not cause it run a the desired time.

Any ideas?  Any way I can for the modules to run at the beginning of the first 
passs, which what I really need it to do?




reply via email to

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