-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add support for gmetad/gmond params #67
Conversation
|
Working on fixing tests. |
|
Spec'd rake version in Gemfile. |
| @@ -13,7 +13,8 @@ | |||
| $gmetad_service_config = $::ganglia::params::gmetad_service_config, | |||
| $gmetad_user = $::ganglia::params::gmetad_user, | |||
| $gmetad_case_sensitive_hostnames = | |||
| $::ganglia::params::gmetad_case_sensitive_hostnames | |||
| $::ganglia::params::gmetad_case_sensitive_hostnames, | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added a comma on this line. What would you like me to do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aw, it's fine as-is.
|
Ping. |
|
@eabecho Pong ;) |
|
Thanks. Is there a release pending? |
|
Can you create a numbered release that includes this change? Thanks. |
Fix CRLF issue.
Fix gmetad_package_name
Fix params for RHEL 5 (for current EPEL packages).