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 53ee19d commit a6995a4Copy full SHA for a6995a4
1 file changed
examples/sharding.pp
@@ -5,7 +5,7 @@
5
}
6
-> class {'mongodb::server':
7
configsvr => true,
8
- bind_ip => $::ipaddress,
+ bind_ip => [$::ipaddress],
9
10
-> class {'mongodb::client': }
11
-> class {'mongodb::mongos':
0 commit comments