Update stdlib
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / compat / array.pp
diff --git a/3rdparty/modules/stdlib/types/compat/array.pp b/3rdparty/modules/stdlib/types/compat/array.pp
new file mode 100644 (file)
index 0000000..ba65dc4
--- /dev/null
@@ -0,0 +1,2 @@
+# Emulate the is_array and validate_array functions
+type Stdlib::Compat::Array = Array[Any]