-
Notifications
You must be signed in to change notification settings - Fork 21
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
can't modify the log-error path #34
Comments
Have you tried adding it to override_options? such as : override_options => { |
Hi |
Hello,
I try it. That’s work.
Do you have an example of a cluster secure with ssl ?
Thank you
[signature_449231823]
Nicolas DOLE
Enterprise Architect
ndole@idgroup.com<mailto:ndole@idgroup.com>
+33 3 59 63 56 97
162 boulevard de fourmies bp 615
59061 Roubaix Cedex 1
PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING !
This e-mail contains confidential informations. They are intended only to the person or the company whose name is mentioned. If you are not the intended recipient, please advise the sender immediately and delete the original e-mail from your own system. Any disclosure and reproduction on the contents of this email is strictly prohibited.
De : thaylin <notifications@github.com>
Répondre à : edestecd/puppet-mariadb <reply@reply.github.com>
Date : samedi 20 octobre 2018 à 14:32
À : edestecd/puppet-mariadb <puppet-mariadb@noreply.github.com>
Cc : DOLE Nicolas <NDOLE@idgroup.com>, Author <author@noreply.github.com>
Objet : Re: [edestecd/puppet-mariadb] can't modify the log-error path (#34)
Have you tried adding it to override_options? such as :
override_options => {
'log-error' => '/var/log/mariadb/mariadb.log',
}
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#34 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Adpw-Jn58Ge-iYisN6G2W9wqwR8pOk2dks5umxfhgaJpZM4Xekso>.
|
Hello,
Do you have an example how to create a user and db with yaml ?
Regards
[signature_1346144946]
Nicolas DOLE
Enterprise Architect
ndole@idgroup.com<mailto:ndole@idgroup.com>
+33 3 59 63 56 97
162 boulevard de fourmies bp 615
59061 Roubaix Cedex 1
PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING !
This e-mail contains confidential informations. They are intended only to the person or the company whose name is mentioned. If you are not the intended recipient, please advise the sender immediately and delete the original e-mail from your own system. Any disclosure and reproduction on the contents of this email is strictly prohibited.
De : thaylin <notifications@github.com>
Répondre à : edestecd/puppet-mariadb <reply@reply.github.com>
Date : samedi 20 octobre 2018 à 14:32
À : edestecd/puppet-mariadb <puppet-mariadb@noreply.github.com>
Cc : DOLE Nicolas <NDOLE@idgroup.com>, Author <author@noreply.github.com>
Objet : Re: [edestecd/puppet-mariadb] can't modify the log-error path (#34)
Have you tried adding it to override_options? such as :
override_options => {
'log-error' => '/var/log/mariadb/mariadb.log',
}
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#34 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Adpw-Jn58Ge-iYisN6G2W9wqwR8pOk2dks5umxfhgaJpZM4Xekso>.
|
override_options => { it is really just taking hash key=>value pairs and putting them in there... As for the yaml, that is listed on the main page: mariadb::cluster::override_options: So you could take the above for instance and do: mariadb::cluster::override_options: I have not tested the yaml portion yet. |
@gdnico are you doing a cluster or just server? |
Hello,
I do a ssl cluster. I find the correct syntax.
My last problem is to create an user and a database with yaml.
Thank you
[signature_1636300524]
Nicolas DOLE
Enterprise Architect
ndole@idgroup.com<mailto:ndole@idgroup.com>
+33 3 59 63 56 97
162 boulevard de fourmies bp 615
59061 Roubaix Cedex 1
PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING !
This e-mail contains confidential informations. They are intended only to the person or the company whose name is mentioned. If you are not the intended recipient, please advise the sender immediately and delete the original e-mail from your own system. Any disclosure and reproduction on the contents of this email is strictly prohibited.
De : Chris Edester <notifications@github.com>
Répondre à : edestecd/puppet-mariadb <reply@reply.github.com>
Date : mardi 23 octobre 2018 à 14:18
À : edestecd/puppet-mariadb <puppet-mariadb@noreply.github.com>
Cc : DOLE Nicolas <NDOLE@idgroup.com>, Mention <mention@noreply.github.com>
Objet : Re: [edestecd/puppet-mariadb] can't modify the log-error path (#34)
@gdnico<https://github.com/gdnico> are you doing a cluster or just server?
I can get you one of our profiles if you like, which sets up ssl for the cluster or stand alone server. Which do you want?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#34 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Adpw-Kz3biSFZZCZhVHwHMmhM1n6f6MNks5unwkGgaJpZM4Xekso>.
|
Hello,
I would like to send the log error in an other directory that /var/lib/mysql. But i can't change the value
Regards
Nicolas
The text was updated successfully, but these errors were encountered: