On 1 March 2010 11:44, Seifert, Christian wrote:
>
> Hello everybody,
>
> i’ve succesfully tested the file transfer between my host und my policy
> server.
>
> My problem is:
>
> I have a file on my server test.txt
>
> I can transfer this file from my server to a client if I started the server
>
On Mar 1, 2010, at 11:44 , Seifert, Christian wrote:
>
> I want to start the transfer from the server and not from the
> client. I think the transfer command should be on the server to
> manage my network.
>
> I hope you can understand my problem.
See chapter 6.2.1 in http://www.cfengine.org/
No, the server only serves the files (and handles the access right).
It's the client duty to go and ask for the files, because only the
client can know if he has to transfer the file or not. If you want to
manage your network, you should configure your splaytime, or use a
temporal class (like H
You should add a shared point, either folders or files, to server access_rules.
bundle server access_rules {
access:
"/srv/cf-serverd"
admit => { "172\.24\..*" };
"/jawoll"
admit => { "172\.24\..*" }
}
Cheers,
--Nakarin
On Feb 26, 2010, at 11:38 AM, Seifert
On 26 February 2010 11:00, Seifert, Christian wrote:
> I want to transfer some files from a server to any client. That’s my task
>
>
>
Well, the example given can easily be expanded to transfer some files from a
server (the policy server) to any client, so I think you have the solution
or am I mi
On 26 February 2010 08:06, Seifert, Christian wrote:
> Hello everybody,
>
> for my IT education i have to do a automatically file transfer from a
> policy server to any client servers with cfengine. Has anyone a hint or an
> example configuration on his machines which could help me?
>
I am not qu
Christian,
Try reading the cf3 tutorial and reference guides, available from cfengine.org.
--Diego
From: help-cfengine-boun...@cfengine.org
[mailto:help-cfengine-boun...@cfengine.org] On Behalf Of Seifert, Christian
Sent: Friday, February 26, 2010 1:06 AM
To: help-cfengine@cfengine.org
Subject: