X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Ftypes%2Fcompat%2Fhash.pp;fp=3rdparty%2Fmodules%2Fstdlib%2Ftypes%2Fcompat%2Fhash.pp;h=e84a10bb40f5b2d87f0ad680fab25f13ca2dfcb2;hb=6963202b4b62c2816655ac9532521b018fdf83bd;hp=0000000000000000000000000000000000000000;hpb=a69999e580f8b3abd12446c2d6ad59e517651813;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/types/compat/hash.pp b/3rdparty/modules/stdlib/types/compat/hash.pp new file mode 100644 index 000000000..e84a10bb4 --- /dev/null +++ b/3rdparty/modules/stdlib/types/compat/hash.pp @@ -0,0 +1,2 @@ +# Emulate the is_hash and validate_hash functions +type Stdlib::Compat::Hash = Hash[Any, Any]