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 6f66c98 commit 27b25a3Copy full SHA for 27b25a3
manifests/setting.pp
@@ -51,7 +51,7 @@
51
}
52
53
54
- if ($setting_type == 'list') or ($setting_type == 'pref') or ($setting_type == 'sources') {
+ if $setting_type in ['list', 'pref', 'sources'] {
55
$_priority = ''
56
} else {
57
$_priority = $priority
0 commit comments