Forum: Cfengine Help
Subject: recurse_ignore?
Author: bidwell
Link to topic: https://cfengine.com/forum/read.php?3,19538,19538#msg-19538
My masterfiles directory is populated from subversion and I am trying to
copy_from(...) without getting the .svn directory. I have tried the following:
files:
any::
"/var/cfengine/inputs"
perms => u_p("600"),
copy_from => mycopy(....),
dept_search => recurse("inf"),
recurse_ignore("inf",".svn"),
action => almostimmediate;
I am getting a syntax error round the ("inf",".svn")
What am I doing wrong? Is there a better way to do this? I have been using
cfengine2, but this is my first attempt at cfengine3, 3.0.5+dfsg-1 on Ubuntu
10.4
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine