Skip to content

Commit efcf2ed

Browse files
committed
Merge pull request #674 from cyberious/LintFixes
Fix lint issues due to merging of PR #649
2 parents cb142f4 + 51d66a5 commit efcf2ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/backup/mysqlbackup.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
'password' => $backuppassword,
8585
}
8686
}
87-
$options = mysql_deepmerge($default_options, $override_options)
87+
$options = mysql_deepmerge($default_options, $mysql::server::override_options)
8888

8989
file { 'mysqlbackup-config-file':
9090
path => '/etc/mysql/conf.d/meb.cnf',

manifests/server/backup.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$provider = 'mysqldump',
2020
) {
2121

22-
create_resources("class", {
22+
create_resources('class', {
2323
"mysql::backup::${provider}" => {
2424
'backupuser' => $backupuser,
2525
'backuppassword' => $backuppassword,

0 commit comments

Comments
 (0)