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

Added bzip2 package support on mysqldump backup #827

Merged
merged 2 commits into from
Apr 25, 2016

Conversation

lcrisci
Copy link

@lcrisci lcrisci commented Apr 25, 2016

The script used by this mysqldump class, mysqlbackup.sh, requires bzcat
which is part of the bzip2 package.

This patch will make sure that bzip2 is installed before setting up the
cron tab job using mysqlbackup.sh

The script used by this mysqldump class, mysqlbackup.sh, requires bzcat
which is part of the bzip2 package.

This patch will make sure that bzip2 is installed before setting up the
cron tab job using mysqlbackup.sh
@vchepkov
Copy link
Contributor

I would use ensure_packages function instead to avoid conflicts with other modules

@lcrisci
Copy link
Author

lcrisci commented Apr 25, 2016

I updated my PR to use ensure_packages instead of package.

@hunner hunner merged commit c3820ec into puppetlabs:master Apr 25, 2016
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.

4 participants