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.
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
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:
The error message is :
The text was updated successfully, but these errors were encountered: