Forum: Cfengine Help Subject: 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,19970#msg-19970
Never mind. I edited this below section in the site.cf on the policy server to allow access to /var/cfengine/masterfiles and then when I ran "cf-agent -v -B -s " on my agent, all of the files from the /var/cfengine/masterfiles on my policy server got copied to the /var/cfengine/input folder on my client (overwriting my failsafe.cf) :) bundle server access_rules() { access: "/var/cfengine/masterfiles" admit => { "127.0.0.1", "172.18.160.102" }; } _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine