Re: CFEngine Help: Re: Permissions and ownership with recursive copy_from

2012-03-26 Thread Nick Anderson
On 03/26/2012 03:21 PM, no-re...@cfengine.com wrote: > I don't know if the module protocol allows creation of arrays yet or not, I think that is coming in 3.3.0 -- Nick Anderson ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengi

CFEngine Help: Re: Permissions and ownership with recursive copy_from

2012-03-26 Thread no-reply
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,25394#msg-25394 You can use the module protocol to dynamically create variables, and then you can use as complicated of logic as you want.

CFEngine Help: Re: Permissions and ownership with recursive copy_from

2012-03-19 Thread no-reply
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

CFEngine Help: Re: Permissions and ownership with recursive copy_from

2012-03-19 Thread no-reply
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