By thomas, Wed, 07/29/2009 - 15:55
Nodes are defined with the node keyword. In a node you call the relevant classes with include class. The special node named default is used to specify which class to apply to all nodes that aren't addressed specifically. Our simple setup will have only the default definition.

node default {
    include base
}

With this defined, we'll create another manifest for the class base.