What are you trying for? In general, 'any' wouldn't have any place in a class expression like this, because you are trying to restrict the match. Maybe this is what you want:
(Q1|Q2|Q3|Q4).!192_168_1_1:: -Ed On Mon, 2005-02-28 at 09:38, Brian E. Seppanen wrote: > I have a file that I periodically want to have copied out. > > (Q1|Q2|Q3|Q4).any.!192_168_1_1:: > > I have likewise tried > > ((Q1|Q2|Q3|Q4).any).!192_168_1_1:: > > Right now this definition does not appear to work properly? Is there > some alternative definition that I should use? > > Brian Seppanen > [EMAIL PROTECTED] > 608.826.1464 > > > _______________________________________________ > Help-cfengine mailing list > Help-cfengine@gnu.org > http://lists.gnu.org/mailman/listinfo/help-cfengine _______________________________________________ Help-cfengine mailing list Help-cfengine@gnu.org http://lists.gnu.org/mailman/listinfo/help-cfengine