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 a6995a4 commit dc01ae0Copy full SHA for dc01ae0
1 file changed
examples/sharding.pp
@@ -30,7 +30,7 @@
30
-> class {'mongodb::server':
31
shardsvr => true,
32
replset => 'rs1',
33
- bind_ip => $::ipaddress,
+ bind_ip => [$::ipaddress],
34
}
35
-> class {'mongodb::client': }
36
mongodb_replset{'rs1':
@@ -46,7 +46,7 @@
46
47
48
49
50
51
52
0 commit comments