Forum: Cfengine Help Subject: Re: Cfengine Help: Re: Cfengine Help: How to configure a client machine to contact the policy server and downloads updates? Author: David Brazzeal Link to topic: https://cfengine.com/forum/read.php?3,19909,19939#msg-19939
Thanks Nick. I'll try that and let you know the result. Cfengine indeed has a steep learning curve :) I was able to get past some key errors by adding "trustkey => "true"; " to the failsafe.cf, then after the key error went away I remmed it out. body copy_from update_policy(from,server){ servers => { "$(server)" }; source => "$(from)"; purge => "true"; preserve => "true"; compare => "digest"; trustkey => "true"; # exclude .svn and .git revision control files exclude_dirs => { "\.svn", "\.git" }; } Thanks again and Happy Holidays! _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine