tsm::stanza { 'new_stanza': servername => $name, COMMethod => 'tcp', tcpport => 35000, tcpserveraddress => 'tsmserver.com', config_hash => {}, } this should be possible via a separate concat fragment.
tsm::stanza { 'new_stanza':
servername => $name,
COMMethod => 'tcp',
tcpport => 35000,
tcpserveraddress => 'tsmserver.com',
config_hash => {},
}
this should be possible via a separate concat fragment.