Next: , Previous: Defining classes, Up: More advanced concepts


4.5 The generic class any

The generic wildcard any may be used to stand for any class. Thus instead of assigning actions for the class sun4 only you might define actions for any architecture by specifying:

     
       any::
             actions
     

If you don't specify any class at all then cfengine assumes a default value of any for the class.