Merge pull request #512 from Jetroid/consistentreadme
Consistent Readme
This commit is contained in:
commit
1bed010dbb
1 changed files with 5 additions and 3 deletions
|
@ -573,6 +573,8 @@ The second argument to this function is which type of hash to use. It will be co
|
|||
|
||||
The third argument to this function is the salt to use.
|
||||
|
||||
*Type*: rvalue.
|
||||
|
||||
**Note:** this uses the Puppet master's implementation of crypt(3). If your environment contains several different operating systems, ensure that they are compatible before using this function.
|
||||
|
||||
#### `range`
|
||||
|
@ -704,7 +706,7 @@ Returns the literal type when passed a value. Requires the new parser. Useful fo
|
|||
|
||||
#### `union`
|
||||
|
||||
Returns a union of two or more arrays, without duplicates. For example, `union(["a","b","c"],["b","c","d"])` returns ["a","b","c","d"].
|
||||
Returns a union of two or more arrays, without duplicates. For example, `union(["a","b","c"],["b","c","d"])` returns ["a","b","c","d"]. *Type*: rvalue.
|
||||
|
||||
#### `unique`
|
||||
|
||||
|
|
Loading…
Reference in a new issue