Commit graph

15 commits

Author SHA1 Message Date
Jerome Charaoui
85514f6feb Merge branch 'master' into merge_immerda_new
Conflicts:
	manifests/server/cron/backup.pp
2015-04-21 09:44:01 -04:00
Gabriel Filion
35c351f926 Cron jobs are not removed when unused.
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>
2015-03-27 15:37:25 -04:00
mh
bd6abae490 some mysql versions start to display a nasty warning - http://bugs.mysql.com/bug.php?id=68376 2013-05-03 11:55:41 +02:00
mh
33241a38d2 linting 2013-01-02 17:13:45 +01:00
mh
60ec42a15f fix typo 2012-06-17 16:50:08 -03:00
mh
59ec83a3cc take hiera out of the params 2012-06-14 15:02:17 -03:00
mh
7f4ae6753f use correct backup location
Up to now we used an empty backup location... :/
2012-05-14 10:29:52 +02:00
mh
1f0784b73e Merge remote-tracking branch 'laurantb/master'
Conflicts:
	manifests/server/cron/backup.pp
2012-04-29 12:55:07 +02:00
mh
4ac7369515 migrate everything to hiera/trocla and use the new scoping style 2012-02-10 14:35:19 +01:00
Laurent Bachelier
fb1ec5b777 --all is deprecated 2011-03-18 17:51:34 +01:00
mh
3fc679a822 fix quoting 2010-04-22 19:58:49 +02:00
mh
c85d3a719c manage file before cron, but only when we actually manage the file 2010-04-02 18:12:06 +02:00
mh
9d05a31d53 make backup dir management optional 2010-04-02 18:08:27 +02:00
mh
3a6561b99a no need to set an empty source dir 2010-04-02 17:41:31 +02:00
Jerome Charaoui
9ec0ef766c make backup and optimize cron jobs optional; introduce $mysql_backup_cron, $mysql_backup_dir and$mysql_optimize_cron; use a module_dir for scripts 2009-12-10 14:52:50 -05:00