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

Handling of deb_sysmaint_password fails #135

Closed
tbeitter opened this issue Mar 22, 2019 · 0 comments · Fixed by #136
Closed

Handling of deb_sysmaint_password fails #135

tbeitter opened this issue Mar 22, 2019 · 0 comments · Fixed by #136
Assignees
Labels

Comments

@tbeitter
Copy link
Contributor

The variable deb_sysmaint_password in /etc/mysql/debian.cnf is empty as it's scope in the template file seems to be wrong:

password = <%= $deb_sysmaint_password %>

I guess it should be (at least it works):

password = <%= $galera::deb_sysmaint_password %>

The scope handling in manifests/debian.pp is no longer needed afterwards.

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 a pull request may close this issue.

2 participants