Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,18559,18585#msg-18585 I thought that way when I've started evaluating Cfengine on my site. Now I prefer to maintain execution

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18559,18583#msg-18583 You should read Mark's blog if you haven't yet done so. You haven't described your end state here so I'm n

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: Metabaron Link to topic: https://cfengine.com/forum/read.php?3,18559,18582#msg-18582 Well... I think that is a good idea basicly in the best of worlds but sometimes things need to happen in a ce

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18559,18581#msg-18581 It is important to realize that Cfengine is not a programming language. It is not procedural. What it is

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: mark Link to topic: https://cfengine.com/forum/read.php?3,18559,18578#msg-18578 These features are closely related to the ability to scale and adapt. (The world itself sucks and yet rocks ;-))

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: Metabaron Link to topic: https://cfengine.com/forum/read.php?3,18559,18577#msg-18577 Ahhha!!! Used the "body classes if_ok" method. ( I have written code in many languages but I have never seen

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,18559,18576#msg-18576 Usually it's achieved by the 2nd approach, e.g. files: "/tmp/foo" comment => "This fil

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: Metabaron Link to topic: https://cfengine.com/forum/read.php?3,18559,18575#msg-18575 Well, how do I then solve this problem? I need to use some kind of dependency method. I need to make sure tha

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,18559,18573#msg-18573 Classes are local to their bundles and cannot be accessed from outside. There are two exceptions to thi

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-10-01 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: Metabaron Link to topic: https://cfengine.com/forum/read.php?3,18559,18571#msg-18571 OK, but how can I refere to a (local?) class defined in another bundle. -- Emil

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-09-30 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18559,18564#msg-18564 I would have a bundle near the top of the bundle sequence that promises apt is in good standing. Use the c

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-09-30 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: Metabaron Link to topic: https://cfengine.com/forum/read.php?3,18559,18562#msg-18562 It can be repaired during the next run but I would like it to become repaired as fast as possible. I need to

Cfengine Help: Re: Howto make another pass if some important files gets updated

2010-09-30 Thread no-reply
Forum: Cfengine Help Subject: Re: Howto make another pass if some important files gets updated Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,18559,18561#msg-18561 That doesn't sound very convergent to me. I'm sure there is a way to do what you want without this. Can y