Skip to content

(MODULES-1804) Allow override of log-error #678

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

Merged
merged 1 commit into from
Feb 27, 2015

Conversation

hunner
Copy link
Contributor

@hunner hunner commented Feb 27, 2015

The mysqld log-error setting may be passed by override_options, but
server/service.pp was not using the overridden value. This fixes that.

The mysqld log-error setting may be passed by override_options, but
server/service.pp was not using the overridden value. This fixes that.
@@ -9,7 +10,7 @@
}
}

file { $mysql::params::log_error:
Copy link
Contributor

Choose a reason for hiding this comment

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

will log-error always be specified?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe so, yes. Otherwise we would have seen compile errors because of undef titles :). I could surround it with an if but I don't know if not having an error log is a valid use case.

underscorgan pushed a commit that referenced this pull request Feb 27, 2015
(MODULES-1804) Allow override of log-error
@underscorgan underscorgan merged commit 7eea731 into puppetlabs:master Feb 27, 2015
@underscorgan
Copy link
Contributor

@hunner works for me!

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

Successfully merging this pull request may close these issues.

3 participants