Report abuse

class baseclass {
  $postfix_role = "satellite"
  include postfix

}

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

node "mta1" {
   include mta-server
}