We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5137c commit 8ec1090Copy full SHA for 8ec1090
1 file changed
functions/sort_hash.pp
@@ -1,4 +1,4 @@
1
-function jira::sort_hash(Hash[String, Any] $input) {
+function jira::sort_hash(Hash $input) {
2
# Puppet hashes are "insertion order", so this works to sort by key
3
Hash(sort(Array($input)))
4
}
0 commit comments