Skip to content

Commit 8f94675

Browse files
committed
Merge pull request voxpupuli#275 from hggh/ticket/3120-maxconns
(MODULES-3120) add $maxconns to mongodb::server::config
2 parents c338ca0 + 4c7eeee commit 8f94675

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)