File: base32.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-- 97 bytes parent folder | download | duplicates (3)
1
2
# Type to match base32 String
type Tea::Base32 = Pattern[/^[a-z2-7]+={,6}$/, /^[A-Z2-7]+={,6}$/]