changeset 141:ce6aafd0880b puppet-3.6

Make GG DB backup less frequent now that site is closing
author IBBoard <dev@ibboard.co.uk>
date Wed, 18 Jan 2017 21:13:20 +0000
parents 6eef7cec8658
children dae1088dd218
files manifests/templates.pp
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Sun Jan 15 20:47:13 2017 +0000
+++ b/manifests/templates.pp	Wed Jan 18 21:13:20 2017 +0000
@@ -600,8 +600,9 @@
 	cron { 'backupopencart':
 		command => "/usr/local/bin/backupdb opencart",
 		user => 'root',
-		hour => '*/6',
-		minute => '15',
+		monthday => "*/2",
+		hour => "4",
+		minute => "39"
 	}
 	cron { 'requestreviews':
 		command => '/usr/local/bin/request-reviews 2> /srv/sites/admin/request-reviews.log',