File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# @api private
22class mongodb::client::params inherits mongodb::globals {
3- $package_ensure = pick($mongodb::globals::version , ' present' )
3+ $package_ensure = pick($mongodb::globals::mongosh_version , ' present' )
44 $manage_package = pick($mongodb::globals::manage_package , $mongodb::globals::manage_package_repo , false )
55
6- # the new mongosh package is the same for all dsitros.
6+ # the new mongosh package is the same for all distros.
7+ # and it follows its own versioning
78 $package_name = ' mongodb-mongosh'
89}
Original file line number Diff line number Diff line change 1616 $ipv6 = undef ,
1717 $bind_ip = undef ,
1818
19- $version = 6.0,
19+ $version = ' 6.0' ,
20+ $mongosh_version = undef ,
2021 $manage_package_repo = fact(' os.distro.codename' ) ? { # Debian 10 doesn't provide mongodb packages. So manage it!
2122 ' buster' => true ,
2223 default => undef
You can’t perform that action at this time.
0 commit comments