prosody: posix_acl is fighting with the prosody module about proper modes; remove...
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / base64.pp
1 # Type to match base64 String
2 type Stdlib::Base64 = Pattern[/^[a-zA-Z0-9\/\+]+={,2}$/]