Report abuse

1
2
3
4
5
6
7
node 'test' inherits somethingelse {   
    $var = "whatever"
}

node somethingelse {   
    include someclass
}