cf3 replacment for define in copy statement

2010-06-01 Thread Tom Van de Velde
Hi, Just looking for a version 3 replacement of the define and failover statement that was used in version 2?? Like ... copy:         linux::         /cfroot/etc/config.conf dest=/etc/config.cong                 owner=root                 group=root                 mode=440                 serv

Re: Working with a global variable defenition bundle for ALL variables

2010-05-28 Thread Tom Van de Velde
or ALL > variables > To: "Tom Van de Velde" > Cc: help-cfengine@cfengine.org > Date: Friday, May 28, 2010, 9:52 AM > Tom, > > does this help? > > domain              >     => "$(def.cfengineDomain)"; > > (arguments must be quote

Working with a global variable defenition bundle for ALL variables

2010-05-28 Thread Tom Van de Velde
Hi I was wondering if it is possible th have a configuriation bundle that holds ALL variables at the beginning of the configuration file. It turns out that it is working for most of them except definitions for the "body common control" block, like for instance domain. Is there anybody who has ne

Re: policy server connection errors

2010-05-28 Thread Tom Van de Velde
Sven, what is your body server control definition at the server site ?? Tom --- On Thu, 5/27/10, Seva Gluschenko wrote: > From: Seva Gluschenko > Subject: policy server connection errors > To: "help-cfengine" > Date: Thursday, May 27, 2010, 1:06 PM > Hello folks, > > There's an error report

SRPM for Redhat/Centos

2010-05-22 Thread Tom Van de Velde
Gents, Anybody who is wiling to share a RPM or SRPM for Version 3 On Redhat or Centos ?? Thanxs, Tom ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine

Re: Question on FileExists and imports when upgrading from CF2 to CF3.

2010-04-21 Thread Tom Van de Velde
}; } /var/cfengine/bin/cf-agent --version This comprises cf-agent core community version 3.0.3 - (C) Cfengine AS 2008- Any ideas?? Regards, Tom --- On Tue, 4/20/10, Mark Burgess wrote: > From: Mark Burgess > Subject: Re: Question on FileExists and imports when upgrading

Question on FileExists and imports when upgrading from CF2 to CF3.

2010-04-20 Thread Tom Van de Velde
Hi, We have a very specific setup in our cfengine environment. It is the result of a separation of people producing the cfengine code and system engineer who will determine what needs to be done on a specific system. It comes down to 2 steps in the cfengine 2 : 1.Determine if a file is there.

Re: How do you monitor your cfengine client instances?

2010-01-21 Thread Tom Van de Velde
Hi, We do an last-seen output on the policy server to if the connection time has not been to long... Regards, Tom --- On Thu, 1/21/10, Erlend Leganger wrote: > From: Erlend Leganger > Subject: How do you monitor your cfengine client instances? > To: "Cfengine help" > Date: Thursday, January

Re: Problem with purge and failover in copy statement

2010-01-08 Thread Tom Van de Velde
t > To: "Tom Van de Velde" > Cc: help-cfengine@cfengine.org, help-cfengine-boun...@cfengine.org > Date: Friday, January 8, 2010, 2:40 PM > I think that purge only works with > recursive copies. > > Sincerely, > -- > Neil Watson > 41

Problem with purge and failover in copy statement

2010-01-08 Thread Tom Van de Velde
Hi, I have a bizarre problem with cfengine copy statement that should be obvious :-( I want to copy a file to my clients form a policy server and when the file is removed on the policy server the file is removed on the client, simple not :-) So I have a cfengine file cf.test.linux control:

Re: question on file creation (V2)

2009-12-11 Thread Tom Van de Velde
inputfile.txt > outputfile.txt Regards, Tom --- On Fri, 12/11/09, Brendan Strejcek wrote: > From: Brendan Strejcek > Subject: Re: question on file creation (V2) > To: "Tom Van de Velde" > Cc: help-cfengine@cfengine.org > Date: Friday, December 11, 2009, 4:55 AM > Can yo

question on file creation (V2)

2009-12-08 Thread Tom Van de Velde
Hi, I'm facing a problem where i need to construct a file with content. (where is the problem here :-) ) Well the content is based on the hostname ... So I have a input.txt with : server1 command 1 option 1 server1 command 2 option 4 server1 command 3 option 4 server2 command 1 option 4 server2