We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f003ff6 commit c09f03fCopy full SHA for c09f03f
manifests/backup/mysqlbackup.pp
@@ -29,6 +29,8 @@
29
$optional_args = [],
30
$incremental_backups = false,
31
$install_cron = true,
32
+ $compression_command = undef,
33
+ $compression_extension = undef,
34
) inherits mysql::params {
35
mysql_user { "${backupuser}@localhost":
36
ensure => $ensure,
manifests/backup/xtrabackup.pp
@@ -31,6 +31,8 @@
$additional_cron_args = '--backup',
$incremental_backups = true,
37
ensure_packages($xtrabackup_package_name)
38
0 commit comments