summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/validate_hash.rb
AgeCommit message (Collapse)Author
2016-09-26Add deprecation warnings to remaining validatesHelen Campbell
2011-08-18Docs: Remove author emails from stdlib functionsnfagerlund
Author email addresses were included in the doc strings for some (but not all) stdlib functions. This commit removes them in the interest of consistency.
2011-08-18Docs: Copyedit function doc stringsnfagerlund
This commit makes several minor consistency and wording edits to the doc strings of the stdlib functions.
2011-06-21(#8010) Add validate_hash functionJeff McCune
This function validates all passed variables are hashes. This is similar to the validate_bool function and is copied from it.