Fix class name
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / base32.pp
1 # Type to match base32 String
2 type Stdlib::Base32 = Pattern[/^[a-z2-7]+={,6}$/, /^[A-Z2-7]+={,6}$/]