Add missing new files from commit 131e09855e06
[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}$/]