diff options
author | Hunter Haugen <hunter@puppetlabs.com> | 2016-03-15 16:48:50 -0700 |
---|---|---|
committer | Hunter Haugen <hunter@puppetlabs.com> | 2016-03-15 16:48:50 -0700 |
commit | 72f6e379a647396c276d7f216b307361ac76f376 (patch) | |
tree | ffc8b06eaa817edf29b48254f3e06959c0f90090 /README.markdown | |
parent | 69ca8d09c6124e9b5bd98e62fb201e734ae5bd05 (diff) | |
parent | 0378336f9cefea65675d03f1d7107c75cb950fb6 (diff) |
Merge pull request #577 from EmilienM/enclose_ipv6
Add enclose_ipv6 function
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 994c22e..c9bbdad 100644 --- a/README.markdown +++ b/README.markdown @@ -344,6 +344,11 @@ Converts the case of a string or of all strings in an array to lowercase. *Type* Returns true if the argument is an array or hash that contains no elements, or an empty string. Returns false when the argument is a numerical value. *Type*: rvalue. +#### `enclose_ipv6` + +Takes an array of ip addresses and encloses the ipv6 addresses with square +brackets. *Type*: rvalue. + #### `ensure_packages` Takes a list of packages and only installs them if they don't already exist. It optionally takes a hash as a second parameter to be passed as the third argument to the `ensure_resource()` function. *Type*: statement. |