b3544d280c1301b8bec3c4e52446463472156078
[mirror/dsa-puppet.git] / base64.pp
1 # Type to match base64 String
2 type Stdlib::Base64 = Pattern[/^[a-zA-Z0-9\/\+]+={,2}$/]