Community and Nova are not meant to inter-operate, otherwise there would
be no business model. You should stick to one or the other.

On 11/19/2010 11:28 AM, Matthieu CERDA wrote:
> Hello,
> 
> I'm getting a strange behavior on a CFEngine community server, which 
> keeps updating promises files when connecting to a Nova 2 policy hub, 
> even if the files weren't modified.
> 
> I suspect that my copy_from body is the culprit, maybe that compare => 
> "digest" is incompatible between these two.
> 
> If it is, is there a compatible method on both sides ?
> 
> Thanks.
> 
> --- SNIP ---
> body copy_from remote_seccp(from,server)
> 
> {
> servers     => { "$(server)" };
> source      => "$(from)";
> compare     => "digest";
> purge       => "true";
> encrypt     => "true";
> preserve    => "yes";
> }
> ---SNIP---
> 
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to