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.
.is_hash
.is_a(Hash)
1 parent 542db12 commit 2126580Copy full SHA for 2126580
manifests/backend.pp
@@ -109,7 +109,7 @@
109
if $picked_sort_options_alphabetic == false {
110
$_sort_options_alphabetic = $picked_sort_options_alphabetic
111
} else {
112
- if $options.is_hash and 'option' in $options {
+ if $options.is_a(Hash) and 'option' in $options {
113
if ('httpchk' in $options['option']) {
114
warning('Overriding the value of $sort_options_alphabetic to "false" due to "httpchk" option defined')
115
$_sort_options_alphabetic = false
0 commit comments