help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

combining classes


From: D'Ausilio, John
Subject: combining classes
Date: Mon, 26 Sep 2011 20:04:48 -0400

I define some classes in a common bundle representing groups of hosts:

class_a or => {classify("a1"),classify("a2"),classify("a3")};
class_b or => {classify("b1"),classify("b2"),classify("b3")};

I can't seem to find a way to combine the two classes other than the
trivial solution

shouldn't something like this work?

class_ab or => {class_a, class_b};

or even ?

class_ab expression => (class_a|class_b);

thanks
######################################################################
The information contained in this communication is confidential and
may contain information that is privileged or exempt from disclosure
under applicable law. If you are not a named addressee, please notify
the sender immediately and delete this email from your system.
If you have received this communication, and are not a named
recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
######################################################################



reply via email to

[Prev in Thread] Current Thread [Next in Thread]