You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -573,6 +573,8 @@ The second argument to this function is which type of hash to use. It will be co
573
573
574
574
The third argument to this function is the salt to use.
575
575
576
+
*Type*: rvalue.
577
+
576
578
**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.
577
579
578
580
#### `range`
@@ -704,7 +706,7 @@ Returns the literal type when passed a value. Requires the new parser. Useful fo
704
706
705
707
#### `union`
706
708
707
-
Returns a union of two or more arrays, without duplicates. For example, `union(["a","b","c"],["b","c","d"])` returns ["a","b","c","d"].
709
+
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.
0 commit comments