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.
2 parents 88003ed + 5622215 commit a26af30Copy full SHA for a26af30
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