Skip to content

Commit 4c7eeee

Browse files
committed
(MODULES-3120) add $maxconns to mongodb::server::config
if using future parser $maxconns inside the template is missing, add $maxconns to mongodb::server::config
1 parent 874cb79 commit 4c7eeee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/server/config.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
$bind_ip = $mongodb::server::bind_ip
5656
$directoryperdb = $mongodb::server::directoryperdb
5757
$profile = $mongodb::server::profile
58+
$maxconns = $mongodb::server::maxconns
5859
$set_parameter = $mongodb::server::set_parameter
5960
$syslog = $mongodb::server::syslog
6061
$ssl = $mongodb::server::ssl

0 commit comments

Comments
 (0)