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
Created a /etc/init.d/test_mongo with usual content.
Here in the above generated files, the configs that I have mentioned(port and datapath) were not considered.
Also if I run the following recipe with new name test_mongo_new also the same files are created except a new init.d file is created. Other config files were same.
mongodb_instance "test_mongo_new" do
port 11111
dbpath "/mongo_data"
end
Is this the intended behaviour?
What is wrong here?
The text was updated successfully, but these errors were encountered:
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs.
I am creating a new mongo instance using the following recipe:
Running this recipe made following:
Created /etc/sysconfig/mongodb with content:
Created /etc/mongodb.conf with content:
Created a /etc/init.d/test_mongo with usual content.
Here in the above generated files, the configs that I have mentioned(port and datapath) were not considered.
Also if I run the following recipe with new name test_mongo_new also the same files are created except a new init.d file is created. Other config files were same.
Is this the intended behaviour?
What is wrong here?
The text was updated successfully, but these errors were encountered: