Skip to content

Commit a6995a4

Browse files
committed
#512: sharding.pp, ensure 'bind_ip' is an array
1 parent 53ee19d commit a6995a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/sharding.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
-> class {'mongodb::server':
77
configsvr => true,
8-
bind_ip => $::ipaddress,
8+
bind_ip => [$::ipaddress],
99
}
1010
-> class {'mongodb::client': }
1111
-> class {'mongodb::mongos':

0 commit comments

Comments
 (0)