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

-- 
==========================================
Matthieu CERDA
------------------------------------------
Normation
44 rue Cauchy, 94110 Arcueil, France
------------------------------------------
Telephone:  +33 (0)1 83 62 26 96
Mobile:     +33 (0)6 30 53 40 00
------------------------------------------
Web:        http://www.normation.com/
==========================================

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to