Go to the first, previous, next, last section, table of contents.


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.


Go to the first, previous, next, last section, table of contents.