Skip to content

Commit 59e0962

Browse files
committed
xtrabackup use ensure_packages, so other modules play nicely
1 parent e353caf commit 59e0962

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

manifests/backup/xtrabackup.pp

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
$additional_cron_args = ''
3030
) inherits mysql::params {
3131

32-
package{ $xtrabackup_package_name:
33-
ensure => $ensure,
34-
}
32+
ensure_packages($xtrabackup_package_name)
3533

3634
if $backupuser and $backuppassword {
3735
mysql_user { "${backupuser}@localhost":

0 commit comments

Comments
 (0)