Hi
I just found out several of my purge copy promises have not been purging
due to an unexpected error:
cf3 !! Not purge local files /dir/to/be/purged - no contact with a source
I am copying files from local dir to local dir - no network source is used
at all.
I am using stock 3.0.4 - ha
Forum: Cfengine Help
Subject: Re: Edit selected files
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,17747,17780#msg-17780
Beto,
it's not the issue with splitstring, it's variables expansion limitation. The
Cfengine only runs each promise 3 times, so the evaluation
Hi,
is there a way to include everything from a certain directory or a
glob in an import: section?
i.e. instead of listing individually
import:
linux::
linux.something.conf
linux.other.conf
can I have
import:
linux::
linux.*
or linux/*
or something similar
Forum: Cfengine Help
Subject: Re: Passing slists as body parameters?
Author: mark
Link to topic: https://cfengine.com/forum/read.php?3,17713,17778#msg-17778
See the alternatives here. Just write @(bundle_name.variable_name)
http://www.cfengine.org/manuals/cf3-reference.html#List-variable-substitu
Forum: Cfengine Help
Subject: Re: Passing slists as body parameters?
Author: jgreer
Link to topic: https://cfengine.com/forum/read.php?3,17713,1#msg-1
Just checking back on this - can anyone tell me whether there's a valid way to
pass an slist as a body parameter without first making a va
Forum: Cfengine Help
Subject: Re: Edit selected files
Author: Beto
Link to topic: https://cfengine.com/forum/read.php?3,17747,17776#msg-17776
Seva,
Thanks for your response.
I already reported a bug for the file_select issue (000190) and I'm trying to
use the find command with splitstring as a
Forum: Cfengine Help
Subject: Re: readtcp with empty send string: how to use?
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,17768,17775#msg-17775
Perhaps, the selectservers function may help. The following example works
pretty well:
body common control
{
bundlese
Forum: Cfengine Help
Subject: Re: Prevent cf-agent execution overlaps
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,17765,17774#msg-17774
It would be nice to have "nicety" option in body agent control then. Of course,
calling nice $(sys.cf_agent) does the job, too,