summaryrefslogtreecommitdiff
path: root/types/mac.pp
blob: 41035746f520411fb32ed359b996f5eb0ed48eb6 (plain)
1
2
# A type for a MAC address
type Stdlib::MAC = Pattern[/^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$/]