Skip to content

Commit ec182a5

Browse files
Respect ensure when managing xtrabackup backup package
1 parent 1e55070 commit ec182a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/backup/xtrabackup.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
String[1] $backupmethod_package = $mysql::params::xtrabackup_package_name,
3636
Array[String] $excludedatabases = [],
3737
) inherits mysql::params {
38-
stdlib::ensure_packages($backupmethod_package)
38+
stdlib::ensure_packages($backupmethod_package, { 'ensure' => $ensure })
3939

4040
$backuppassword_unsensitive = if $backuppassword =~ Sensitive {
4141
$backuppassword.unwrap

0 commit comments

Comments
 (0)