-
Notifications
You must be signed in to change notification settings - Fork 794
new config define and a small bugfix #93
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
Conversation
savar
commented
Aug 13, 2012
- added a define to easily create .cnf files in /etc/mysql/conf.d/
- fix wrong path for .my.cnf in /etc/
* added a define to easily create .cnf files in /etc/mysql/conf.d/ * fix wrong path for .my.cnf in /etc/
@@ -99,7 +99,7 @@ | |||
} | |||
|
|||
if $etc_root_password { | |||
file{ '/etc/my.cnf': | |||
file{ '/etc/.my.cnf': |
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'm not familiar with /etc/.my.cnf
. Are you thinking of ~/.my.cnf
?
I'm neither familiar with this /etc/.my.cnf. But I only make it like the docu says itself
but you're right.. maybe the doc should be switched to /etc/my.cnf instead the other way around. It's definitly not ~/.my.cnf because this is handled in line 96+ and the 'man mysql' shows this:
So i will change this. |
* rollback for the file location + updated the documentation
I'm quite happy with this. It would be really awesome for you to add an rspec test for the new defined type. Let me know if you're going to do that. This can definitely get merged either way. |
* fixed a typo in the documentation * added documentation for parameter +notify_service+ * added rspec test
Here you're :).. thanks for comment.. i fixed also the documentation a little bit. I hope the rspec test is ok? |
new config define and a small bugfix
Prep-release v1.0.0