We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b90a36e + f5973d7 commit 6177fddCopy full SHA for 6177fdd
manifests/backend.pp
@@ -109,10 +109,12 @@
109
if $picked_sort_options_alphabetic == false {
110
$_sort_options_alphabetic = $picked_sort_options_alphabetic
111
} else {
112
- if $options.is_a(Hash) and 'option' in $options {
+ if $options =~ 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
116
+ } else {
117
+ $_sort_options_alphabetic = $picked_sort_options_alphabetic
118
}
119
120
0 commit comments