Forum: Cfengine Help
Subject: Re: recurse_ignore?
Author: bidwell
Link to topic: https://cfengine.com/forum/read.php?3,19538,19546#msg-19546

Here is what worked after reading through the cfengine_stdlib.cf file again:

vars:
  "svnexclude" slist => { "\.svn" };

file:
    any::

"/var/cfengine/inputs"

   perms => u_p("600"),
   copy_from => mycopy(...),
   depth_search => recurse("inf"),
   depth_search => recurse_ignore("inf","svnexclude"),
   action => almostimmediate;

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to