summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown18
1 files changed, 12 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown
index 1e93c6f..68186c2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -20,15 +20,21 @@ This module is designed to work with Puppet version 2.6 and later. It may be
forked if Puppet 2.7 specific features are added. There are currently no plans
for a Puppet 0.25 standard library module.
-# Overview #
-
-TBA
+# Functions #
-# Contact Information #
+ Please see `puppet doc -r function` for documentation on each function. The
+ current list of functions is:
- Jeff McCune <jeff@puppetlabs.com>
+ * getvar
+ * has\_key
+ * loadyaml
+ * merge.rb
+ * validate\_array
+ * validate\_bool
+ * validate\_hash
+ * validate\_re
+ * validate\_string
-# Functions #
## validate\_hash ##
$somehash = { 'one' => 'two' }