-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
forcing network service restart upon a change #221
Comments
Hi gerases, this is a known issue #132. Forcing an if down/up on the interfaces (with exec?) would make them use the updated configuration. |
Cool. I was thinking about doing an exec but wasn't sure if it was best practice. Thank you much. |
Well, I don't know if that is the right solution either, but that is what I ended up doing when using puppet-network myself. Hope it helps. |
I am wondering if restarting the network service at every puppet run is a good idea. I am using the network module as it follows:
And in hiera:
How could I implement something that restarts the network service only when changes are made? |
Hi,
Upon configuring an interface, I though the network service would restart, but it doesn't. Can I do something to make that happen automatically? This is how I configure an interface:
Thanks
The text was updated successfully, but these errors were encountered: