-
Notifications
You must be signed in to change notification settings - Fork 793
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
Fix binarylog by allowing users to specify managed directories #1194
Conversation
@david22swan Any comments ? |
Hi @elfranne, This looks good, but would it be possible to add some tests to verify that this is working as intended? Thanks. |
Hello @elfranne , Please let us know if you need help on adding some tests for this update! Thank you! Cheers! |
Help would be greatly appreciated ! |
Hello @elfranne , Currently we're using puppet-litmus for running acceptance tests. This replaces beaker as the test runner. To run the acceptance tests follow the instructions from this point here. Cheers! |
Hello @elfranne , Apologies for the bother but I was wondering if you intended to do any further work on this pr? Please let us know if you need help on adding the tests for this update! Thank you! |
Hello any news on this PR ? This is a blocker for guys using Debian as package start mysql on post install scripts. |
abd4e3b
to
1226228
Compare
This PR looks great now, thank you @elfranne and @sanfrancrisko. |
Hmmm, This functional change, released in 10.5 today, has completely broken this module for us. |
On Ubuntu/Debian Puppet will fail if specifying path for:
deb packages starts mysql service automatically after install with the config provided by Puppet but will fail if the directory has not been created. Creating the directory should be part of the installation process.
A solution, less than ideal, is to create the folders (exec) and make them world readable. Then after the package has been installed (and user created) is to fix the permissions and ownership.
If anyone can come up with a more elegant solution...
Has been tested on:
Puppet 6.0.4 + Ubuntu 16.04LTS