johnlawerance / xtrabackup

Puppet module to install, configure, and run backups using Percona Xtrabackup for mysql, percona-server, mariadb
https://forge.puppet.com/johnlawerance/xtrabackup
3 stars 7 forks source link

Add param to determine if percona repo should be added #4

Closed SirUrban closed 7 years ago

SirUrban commented 7 years ago

If you use percona server you might already have the percona repository added by other puppet modules. If so you will get a conflict due to duplicate decleration of the percona repository resource (so it happened for us). This can easily be fixed by avoiding the second addition of the repo by the xtrabackup module. For this it's nice to have a param to control this.

johnlawerance commented 7 years ago

Thanks @SirUrban!

SirUrban commented 7 years ago

Thanks for reacting that quickly!! 👍