File: base64.pp

package info (click to toggle)
puppet-module-icann-tea 0.2.15-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 540 kB
  • sloc: ruby: 812; sh: 15; makefile: 10
file content (2 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (3)
1
2
# Type to match base64 String
type Tea::Base64 = Pattern[/^[a-zA-Z0-9\/\+]+={,2}$/]