Skip to content

Commit cad36f0

Browse files
authored
Merge pull request #1189 from syseleven/allow_own_xtrabackup_script
Allow own Xtrabackup script
2 parents ad5bb08 + 79234c9 commit cad36f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/backup/xtrabackup.pp

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
$backupdirgroup = $mysql::params::root_group,
1515
$backupcompress = true,
1616
$backuprotate = 30,
17+
$backupscript_template = 'mysql/xtrabackup.sh.erb',
1718
$ignore_events = true,
1819
$delete_before_dump = false,
1920
$backupdatabases = [],
@@ -94,6 +95,6 @@
9495
mode => '0700',
9596
owner => 'root',
9697
group => $mysql::params::root_group,
97-
content => template('mysql/xtrabackup.sh.erb'),
98+
content => template($backupscript_template),
9899
}
99100
}

0 commit comments

Comments
 (0)