Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
class baseclass {
  $postfix_role = "satellite"
  include postfix

}

class mta-server inherits baseclass {
   $postfix_role = "relay"
}

node "mta1" {
   include mta-server
}