Forum: CFEngine Help
Subject: Re: About cf_promises_validated
Author: loopx
Link to topic: https://cfengine.com/forum/read.php?3,26590,26643#msg-26643

How did you update the promises.cf (or any other policy configuration file) ? 
Only with a "touch" ?

Becuase, in my case, it's a digest verification .. and so, it will not see any 
update :

(from failsafe.cf) :

body copy_from u_rcp(from,server)
{
 source      => "$(from)";
 compare     => "digest";
 trustkey    => "false";

!am_policy_hub::

 servers => { "$(server)" };
}


... and you are using a digiest too.

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

Reply via email to