Forum: Cfengine Help Subject: Re: Cfengine Help: Cannot copy files to remote host Author: scottdob Link to topic: https://cfengine.com/forum/read.php?3,22330,22337#msg-22337
You also might need to add this bundle for access permissions. It tells the server which directories specified remote hosts have access to. Nice little security feature of cfengine. As long as cfengine is allowed to access the parent directory, it can access the child directories as well bundle server access_rules() { access: "/tmp/toe_in_water_folder_create/" admit => { "192\.168\..*" }; #or whatever IP address/address range you want to be able to access that directory } _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine