help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ExcludeCopy


From: Y99
Subject: Re: ExcludeCopy
Date: Thu, 6 Feb 2003 14:01:56 +0100 (MET)

> I've got this in 
> 
> control:
>       ExcludeCopy = ( CVS )
> 
> and then later:
> 
> copy:
>         $(srcroot)/$(farm)/src/etc/apache
>             dest=/etc/apache
>             owner=root
>             group=root
>             mode=0644
>             define=apache_restart
>             server=$(cfserver)
>             recurse=inf
>             exclude=*.site*
>             purge=true
>             timestamps=keep
>             type=checksum
>             backup=false
> 
> But I still end up with the CVS/ directory in /etc/apache on the
> client (this is with cfengine 2.0.4 on the client and .0.2 on the
> server).  
> 
> Any ideas?  Stupid thinkos on my part?
> 
> -- 
>                                       thanks,
>               
>                                       Will
> 
> 
> _______________________________________________
> Help-cfengine mailing list
> Help-cfengine@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-cfengine
> 

Hello,
try this one...

you don't need "ExcludeCopy = ( CVS )"
you have to add:

        ignore=CVS


-->  ...
       exclude=*.site*
       ignore=CVS
       purge=true
       ...

greetings 
Yves Döring

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]