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:
---
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.
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.
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
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
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:
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
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
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