We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I change telegraf::ensure in my configuration to specify a version, that version gets installed but the service doesn't restart.
telegraf::ensure
The text was updated successfully, but these errors were encountered:
This may be caused by $service_restart = 'pkill -HUP telegraf' which just has the service reload its config rather than actually restarting.
$service_restart = 'pkill -HUP telegraf'
Sorry, something went wrong.
This is not an issue on Ubuntu, as apt/dpkg will trigger the restart.
Closing as this is an upstream / packaging issue.
No branches or pull requests
If I change
telegraf::ensure
in my configuration to specify a version, that version gets installed but the service doesn't restart.The text was updated successfully, but these errors were encountered: