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 c199eec commit 2fcf351Copy full SHA for 2fcf351
manifests/globals.pp
@@ -16,7 +16,7 @@
16
$ipv6 = undef,
17
$bind_ip = undef,
18
19
- $version = '4.4', # Minimal
+ $version = 6.0,
20
$manage_package_repo = fact('os.distro.codename') ? { # Debian 10 doesn't provide mongodb packages. So manage it!
21
'buster' => true,
22
default => undef
0 commit comments