summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorBryan Jen <bryan.jen@gmail.com>2015-09-14 10:40:35 -0700
committerBryan Jen <bryan.jen@gmail.com>2015-09-14 10:40:35 -0700
commitc0df8192ee5c2f606ae99c2a3115002962901dea (patch)
treee3f076d9e4174c5ef08cb22fbd8c57a26a8c23fe /README.markdown
parent2a7a93ffb49b2ae63d4fd09982fd8c382c1f4b5a (diff)
parenteb948c4a0dc36790c5444fc236b0154c3d716c58 (diff)
downloadpuppet-stdlib-c0df8192ee5c2f606ae99c2a3115002962901dea.tar.gz
puppet-stdlib-c0df8192ee5c2f606ae99c2a3115002962901dea.tar.bz2
Merge pull request #511 from dmitryilyin/parseyaml_default
[MODULES-2462] Improve parseyaml function
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index f95d37d..0db2240 100644
--- a/README.markdown
+++ b/README.markdown
@@ -521,10 +521,12 @@ Converts a number or a string representation of a number into a true boolean. Ze
#### `parsejson`
Converts a string of JSON into the correct Puppet structure. *Type*: rvalue.
+The optional second argument will be returned if the data was not correct.
#### `parseyaml`
Converts a string of YAML into the correct Puppet structure. *Type*: rvalue.
+The optional second argument will be returned if the data was not correct.
#### `pick`