Forum: Cfengine Help
Subject: Re: path_name fails in file_select
Author: jonb1987
Link to topic: https://cfengine.com/forum/read.php?3,21658,21673#msg-21673

neilhwatson Wrote:
-------------------------------------------------------
> Do you mean to 'and' that result or should it be
> an 'or'?  What are you expecting?


If either path_name or leaf_name match, then I do NOT want to do anything on 
that file.
Hence this
   not (path_name or leaf_name)
which is the same as
   (not path_name) and (not leaf_name)

Or have I bungled something?

Cheers

Jon B

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

Reply via email to