On 03/03/2012 03:13 PM, Brian Bennett wrote:
> Nick,
> 
> It works exactly as you have it. That is, pipe (|) is the proper OR
> and dot (.) is the proper AND. You can also use an ampersand (&)
> for AND, although I do prefer dot.
> 
> It looks to me that reason you're having a problem is that all of
> your variables need to be defined, regardless of wether or not the
> later class will ever end up getting defined.
> 
> This is a prototype of your example, but with shorter names:


Thanks brian, I am going back through the bundle again to make sure
that all the other classes are set as I expect them.

I just now see that I had made a mistake in my variable definitions
and that was causing one of those classes to never be set.

I also was using some incorrect variables from some things I had in a
test bundle and forgot to update the names.

-- 
Nick Anderson <n...@cmdln.org>
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to