summaryrefslogtreecommitdiff
path: root/manifests/server/cron/backup.pp
AgeCommit message (Collapse)Author
2015-04-21Merge branch 'master' into merge_immerda_newJerome Charaoui
Conflicts: manifests/server/cron/backup.pp
2015-03-27Cron jobs are not removed when unused.Gabriel Filion
Currently, if you have the bad idea of setting backup_cron or optimize_cron to true in the main class and later to change it back to false, the associated cronjob will stay in place even though you don't want it. To make this option more consistant, let's remove cron jobs (and backup helper scripts) when the appropriate option is set to false. Signed-off-by: Gabriel Filion <gabster@lelutin.ca>
2013-05-03some mysql versions start to display a nasty warning - ↵mh
http://bugs.mysql.com/bug.php?id=68376
2013-01-02lintingmh
2012-06-17fix typomh
2012-06-14take hiera out of the paramsmh
2012-05-14use correct backup locationmh
Up to now we used an empty backup location... :/
2012-04-29Merge remote-tracking branch 'laurantb/master'mh
Conflicts: manifests/server/cron/backup.pp
2012-02-10migrate everything to hiera/trocla and use the new scoping stylemh
2011-03-18--all is deprecatedLaurent Bachelier
2010-04-22fix quotingmh
2010-04-02manage file before cron, but only when we actually manage the filemh
2010-04-02make backup dir management optionalmh
2010-04-02no need to set an empty source dirmh
2009-12-10make backup and optimize cron jobs optional; introduce $mysql_backup_cron, ↵Jerome Charaoui
$mysql_backup_dir and$mysql_optimize_cron; use a module_dir for scripts