Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

uninitialized constant Mongo #13

Open
vachanda opened this issue Sep 7, 2015 · 0 comments
Open

uninitialized constant Mongo #13

vachanda opened this issue Sep 7, 2015 · 0 comments

Comments

@vachanda
Copy link

vachanda commented Sep 7, 2015

When i use the lwrp to create the user as mentioned in the readme, the run fails with the above error. The machine I'm using runs on Ubuntu 14.04Lts and chef version is 11.10.
My test.rb recipe looks like this:

hipsnip_mongodb_user "blah" do
  password "some_password"
  username "username"
  roles [ "dbOwner","clusterMonitor" ]
  database "test"
  port 9000
end

The error message is :

Error executing action `create` on resource 'hipsnip-mongodb_user[blah]
NameError
uninitialized constant Mongo
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant