changeset 166:3eb8c2c64e63 puppet-3.6

Completely remove GG after running "puppet apply"
author IBBoard <dev@ibboard.co.uk>
date Wed, 03 May 2017 21:00:04 +0100
parents 45a993d78e11
children d9c434339b2f
files manifests/templates.pp
diffstat 1 files changed, 0 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Wed May 03 20:59:33 2017 +0100
+++ b/manifests/templates.pp	Wed May 03 21:00:04 2017 +0100
@@ -480,7 +480,6 @@
 		letsencrypt_name => 'ibboard.co.uk',
 	}
 	include hiveworldterrasite
-	include glittergothsite
 	include bdstrikesite
 	include devsite
 	website::https::multitld { 'www.abiknight':
@@ -602,24 +601,6 @@
 		force_no_index => false,
 	}
 }
-class glittergothsite {
-	# Website specific cron jobs
-	cron { 'backupopencart':
-		command => "/usr/local/bin/backupdb opencart",
-		user => 'root',
-		monthday => "*/2",
-		hour => "4",
-		minute => "39",
-		ensure => absent,
-	}
-	cron { 'requestreviews':
-		command => '/usr/local/bin/request-reviews 2> /srv/sites/admin/request-reviews.log',
-		user => 'apache',
-		hour => 4,
-		minute => 5,
-		ensure => absent,
-	}
-}
 
 class webmailpimsite {
 	# Webmail and Personal Information Management (PIM) sites