Node: The generic class any, Neste: Debugging tips, Forrige: Defining classes, Opp: More advanced concepts
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.