Skip to content
Snippets Groups Projects
Commit 23b2ac37 authored by Saga Norén Karlsson's avatar Saga Norén Karlsson
Browse files

Uncommenting mysql backup config

parent 9f82ab65
No related branches found
No related tags found
3 merge requests!67Test,!66Devel,!62Uncommenting mysql backup config
Pipeline #131811 passed
......@@ -236,14 +236,14 @@ class aim_control (
# }
# }
# class { 'mysql::server::backup':
# backupuser => 'backupuser',
# backuppassword => $mysql_backup_password,
# backupdir => '/root/mysql_backups',
# backupdirmode => '700',
# backupdirowner => 'root',
# backupdirgroup => 'root',
# backuprotate => '7',
# time => ['1','0'],
# }
class { 'mysql::server::backup':
backupuser => 'backupuser',
backuppassword => $mysql_backup_password,
backupdir => '/root/mysql_backups',
backupdirmode => '700',
backupdirowner => 'root',
backupdirgroup => 'root',
backuprotate => '7',
time => ['1','0'],
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment