Forum: CFEngine Help
Subject: Re: Permissions and ownership with recursive copy_from
Author: nico
Link to topic: https://cfengine.com/forum/read.php?3,25291,25327#msg-25327
Thanks for the input, I'm actually using a similar solution now as a
workaround. I would really like to be able to read the
Forum: CFEngine Help
Subject: Re: Warning: upcoming removal of Berkeley DB backend
Author: megamic
Link to topic: https://cfengine.com/forum/read.php?3,25234,25326#msg-25326
megamic Wrote:
> $ /usr/sfw/bin/gcc --version
> gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
I think I may have been t
Forum: CFEngine Help
Subject: Re: Help with packages
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,25312,25324#msg-25324
Anyone?
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/h
Forum: CFEngine Help
Subject: Re: Permissions and ownership with recursive copy_from
Author: sauer
Link to topic: https://cfengine.com/forum/read.php?3,25291,25322#msg-25322
I'd be inclined to set preserve to false in the rcp body, and have separate
permission setting code per-file/directory. Yo
Is there any way to test variable types?
For example
bundle edit_line append_if_no_lines(list)
{
insert_lines:
"$(list)"
comment => "Append lines to the file if they don't already exist";
}
If by accident list iteration is done at the file promiser level this
wont catch it, it will just ha