Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / compat / string.pp
diff --git a/3rdparty/modules/stdlib/types/compat/string.pp b/3rdparty/modules/stdlib/types/compat/string.pp
new file mode 100644 (file)
index 0000000..b06255d
--- /dev/null
@@ -0,0 +1,2 @@
+# Emulate the is_string and validate_string functions
+type Stdlib::Compat::String = Optional[String]