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 7ad25d4 commit 7054066Copy full SHA for 7054066
manifests/repo.pp
@@ -40,7 +40,7 @@
40
if ($repo_location != undef){
41
$location = $repo_location
42
}
43
- elsif (versioncmp($version, '3.0.0') >= 0) {
+ elsif $version and (versioncmp($version, '3.0.0') >= 0) {
44
$mongover = split($version, '[.]')
45
$location = $::operatingsystem ? {
46
'Debian' => 'https://repo.mongodb.org/apt/debian',
0 commit comments