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.
2 parents 53ee19d + dc01ae0 commit 802b9eaCopy full SHA for 802b9ea
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':
@@ -30,7 +30,7 @@
30
31
shardsvr => true,
32
replset => 'rs1',
33
34
35
36
mongodb_replset{'rs1':
@@ -46,7 +46,7 @@
46
47
48
49
50
51
52
0 commit comments