The current sharding.pp example requires the bind_ip to be an array, and not a string:
...
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Mongodb::Server]: parameter 'bind_ip' expects an Array value, got String (file: /etc/puppetlabs/code/environments/production/manifests/site.pp, line: 5, column: 6) on node xxx-xxx-xxx-xxx
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
The current
sharding.ppexample requires thebind_ipto be an array, and not a string: