Add missing new files from commit 131e09855e06
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / base32.pp
diff --git a/3rdparty/modules/stdlib/types/base32.pp b/3rdparty/modules/stdlib/types/base32.pp
new file mode 100644 (file)
index 0000000..9985493
--- /dev/null
@@ -0,0 +1,2 @@
+# Type to match base32 String
+type Stdlib::Base32 = Pattern[/^[a-z2-7]+={,6}$/, /^[A-Z2-7]+={,6}$/]