CFEngine Help: Re: CFEngine Help: Re: CFEngine Help: How-to restart machine after certain package have been installed.

2012-07-27 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: Re: CFEngine Help: How-to restart machine after certain package have been installed. Author: nickanderson Link to topic: https://cfengine.com/forum/read.php?3,26673,26729#msg-26729 juriskrumins Wrote: ---

CFEngine Help: Re: CFEngine Help: How-to restart machine after certain package have been installed.

2012-07-27 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: How-to restart machine after certain package have been installed. Author: nickanderson Link to topic: https://cfengine.com/forum/read.php?3,26673,26728#msg-26728 juriskrumins Wrote: --- > Hi Nick.

CFEngine Help: Re: About "new" templates correct usage or limitations

2012-07-27 Thread no-reply
Forum: CFEngine Help Subject: Re: About "new" templates correct usage or limitations Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,26723,26727#msg-26727 I agree that there are some unreasonable size limits in Cfengine. Readfile is another example.

CFEngine Help: Re: About "new" templates correct usage or limitations

2012-07-27 Thread no-reply
Forum: CFEngine Help Subject: Re: About "new" templates correct usage or limitations Author: th Link to topic: https://cfengine.com/forum/read.php?3,26723,26724#msg-26724 An example : body common control { bundlesequence => { "test_tmpl" }; } bundle agent test_tmpl { files: "/root/TEMPLAT

CFEngine Help: About "new" templates correct usage or limitations

2012-07-27 Thread no-reply
Forum: CFEngine Help Subject: About "new" templates correct usage or limitations Author: th Link to topic: https://cfengine.com/forum/read.php?3,26723,26723#msg-26723 Hello, I encouter the followig "issues" while using the new template mechanism ("edit_template" attribute) with cfengine-community

CFEngine Help: Re: Dynamic inbuts based on classes set from usemodule.

2012-07-27 Thread no-reply
Forum: CFEngine Help Subject: Re: Dynamic inbuts based on classes set from usemodule. Author: vladi Link to topic: https://cfengine.com/forum/read.php?3,26668,26707#msg-26707 Like this? bundle agent idalv { classes: "idalv_set" expression => usemodule("idalv-cftxt",""); vars:

CFEngine Help: Re: CFEngine Help: Re: CFEngine Help: How-to restart machine after certain package have been installed.

2012-07-27 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: Re: CFEngine Help: How-to restart machine after certain package have been installed. Author: juriskrumins Link to topic: https://cfengine.com/forum/read.php?3,26673,26720#msg-26720 yum package method body is not modified. Comes from cfengine_std.cf

Re: CFEngine Help: Suggestions needed on folder structure and paths in promises

2012-07-27 Thread Tokarski Boleslaw
Hello, sonofrage, First of all, welcome, and great to see you managed to get that far with CFEngine. As per the directory structure, I find your idea a little bit weird. I see that you have separated the .cf files in src/ from scripts in resources/, however you left promises.cf and stdlib in t

CFEngine Help: Re: CFEngine Help: Re: Append the content of file to another one without checking for duplicate lines

2012-07-27 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: Re: Append the content of file to another one without checking for duplicate lines Author: jbdenis Link to topic: https://cfengine.com/forum/read.php?3,26711,26718#msg-26718 Yes, it is working. The code that initiated this post just does that. The