Puppet Data Type Alias: Dnsquery::Mx

Defined in:
vendor_modules/dnsquery/types/mx.pp

Summary

type used for DNS MX records

Overview

Alias of

Struct[{
  preference => Integer[0,65535],
  exchange   => Stdlib::Fqdn,
}]


# File 'vendor_modules/dnsquery/types/mx.pp', line 2