]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
(#8010) Add validate_hash function
authorJeff McCune <jeff@puppetlabs.com>
Wed, 22 Jun 2011 00:01:33 +0000 (17:01 -0700)
committerJeff McCune <jeff@puppetlabs.com>
Wed, 22 Jun 2011 00:01:33 +0000 (17:01 -0700)
commit4c00cfc610cc132080dc5baa1ac8f231c4b76368
tree99f743f7094f3acb59948d49fecbf2d837e538ae
parentde2434255e41e043017b6a4448ab1e936f427f2e
(#8010) Add validate_hash function

This function validates all passed variables are hashes.  This is
similar to the validate_bool function and is copied from it.
lib/puppet/parser/functions/validate_hash.rb [new file with mode: 0644]