CFEngine Help: Re: Timing classes

2011-07-15 Thread no-reply
Forum: CFEngine Help Subject: Re: Timing classes Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,22772,22815#msg-22815 I suggest you test. Package promises can be tricky. ___ Help-cfengine mailing list Help-cfengine@cfengine.or

CFEngine Help: Re: Timing classes

2011-07-14 Thread no-reply
Forum: CFEngine Help Subject: Re: Timing classes Author: toddnni Link to topic: https://cfengine.com/forum/read.php?3,22772,22782#msg-22782 Neil, thanks for inspiring ideas. Currently I have bundles like this body common control { bundlesequence => { "install_packages", "configure_se

CFEngine Help: Re: Timing classes

2011-07-12 Thread no-reply
Forum: CFEngine Help Subject: Re: Timing classes Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,22772,22780#msg-22780 I am not certain that this will work. Assuming it does you could also do this. body common control { bundlesequence => { "recipe", };

CFEngine Help: Re: Timing classes

2011-07-11 Thread no-reply
Forum: CFEngine Help Subject: Re: Timing classes Author: toddnni Link to topic: https://cfengine.com/forum/read.php?3,22772,22775#msg-22775 I think I will refactor my promises code and intead of using approach like this bundle common g { classes: any:: "configure_sshd" expression =>

CFEngine Help: Re: Timing classes

2011-07-11 Thread no-reply
Forum: CFEngine Help Subject: Re: Timing classes Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,22772,22773#msg-22773 I would not approach from this angle. I would tend to think how can I make sure this promise, not a class promise, is only checked every four hours. Th