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