Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating node['mongodb']['config'] does not trigger server restart/reload #357

Open
brodock opened this issue Dec 4, 2014 · 1 comment

Comments

@brodock
Copy link

brodock commented Dec 4, 2014

I was trying with chef-solo (can't say if it's only because of that), and updated node config variables. That did not triggered server restart.

I beleive this is the culprit:

if(platform_family?('rhel') && node['platform_version'].to_i >= 7)

(I'm using Ubuntu 14.04 with 10gen repo running on vagrant wich chef-solo)

@jamesonjlee
Copy link

were you changing values?

:bind_ip => node['mongodb']['config']['bind_ip'],
:port => node['mongodb']['config']['port']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants