You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
Hi there, and apologies for the delay!
What are you passing in as the members argument to hipsnip_mongodb_replica_set? Basically the provider expects nodes to be in the ip:port format.
FYI what happens in the line above is that we take for example 127.0.0.1:27017, and split it on : into 127.0.0.1 and 27017, which are then passed into the create_single_node_connection function as two parameters: create_single_node_connection("127.0.0.1", "27017").
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to run the recipe I get
mongodb/providers/replica_set.rb:56: syntax error, unexpected tIDENTIFIER, expecting tAMPER
==> app: ...'host'].split(':'), admin_user, admin_pass)
Ruby 2.0.0p481 (2014-05-08 revision 45883)
Sorry my ruby is pretty basic and I don't use splat very much - is there an actual error here or a misconfig by me.
The text was updated successfully, but these errors were encountered: