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

Provide the ability to disable or stop the telegraf service. #49

Merged
merged 1 commit into from
Feb 28, 2017

Conversation

Joshua-Snapp
Copy link
Contributor

There may be a time when a sys admin needs to stop the telegraf service
on one or more machines. Let's add the ability to control the
service, rather than statically enabling and starting the service.

Thanks for your work on this Puppet module!

There may be a time when a sys admin needs to stop the telegraf service
on one or more machines. Let's add the ability to _control_ the
service, rather than statically enabling and starting the service.
@@ -28,7 +28,7 @@
yumrepo { 'influxdata':
descr => "InfluxData Repository - ${::operatingsystem} \$releasever",
enabled => 1,
baseurl => "https://repos.influxdata.com/${_operatingsystem}/\$releasever/\$basearch/${::telegraf::repo_type}",
baseurl => "https://repos.influxdata.com/rhel\$releasever/\$basearch/${::telegraf::repo_type}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is actually a problem, can you raise a separate PR for this change?

@Joshua-Snapp
Copy link
Contributor Author

@yankcrime I moved that change for the RHEL repo url to a separate PR. Let me know if there's anything else you'd like to see changed.

@yankcrime
Copy link
Member

Thanks @Joshua-Snapp !

@yankcrime yankcrime merged commit d83237c into voxpupuli:master Feb 28, 2017
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

Successfully merging this pull request may close these issues.

3 participants