summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorHelen Campbell <helen@puppetlabs.com>2017-01-12 15:35:35 +0000
committerHelen Campbell <helen@puppetlabs.com>2017-01-13 12:04:43 +0000
commit128d6fe56855ba37698f67314b991a2bfdb7af37 (patch)
treed96aa59e9f7a4b5e088a6a5f8f9db5ebd7d10200 /types
parentb65dd1f45d10e10e45455358aeabb29167990e2c (diff)
Addition of compat hash type for deprecation
Diffstat (limited to 'types')
-rw-r--r--types/compat/hash.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/types/compat/hash.pp b/types/compat/hash.pp
new file mode 100644
index 0000000..e84a10b
--- /dev/null
+++ b/types/compat/hash.pp
@@ -0,0 +1,2 @@
+# Emulate the is_hash and validate_hash functions
+type Stdlib::Compat::Hash = Hash[Any, Any]