changeset 432:d05e9281909c

Remove now abandoned Strike Creations website
author IBBoard <dev@ibboard.co.uk>
date Tue, 21 Feb 2023 15:54:18 +0000
parents c84f5efa999e
children e7491c126d95
files manifests/templates.pp
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Mon Jan 09 21:01:21 2023 +0000
+++ b/manifests/templates.pp	Tue Feb 21 15:54:18 2023 +0000
@@ -796,21 +796,7 @@
 			"connect-src" => "'self' https://www.sandbox.paypal.com/ https://www.paypal.com/",
 		},
 	}
-	$aliases = [
-		'strikecreations.co.uk',
-		'strikecreations.com',
-		'www.strikecreations.com' ]
 
-	website::https::redir { 'www.strikecreations.co.uk':
-		proxy_4to6_ip => $proxy_4to6_ip,
-		redir => 'https://bdstrike.co.uk/',
-		serveraliases => $aliases,
-		docroot => "${website::basedir}/bdstrike",
-		docroot_owner => $defaultusers::secondary_user,
-		docroot_group => 'editors',
-		letsencrypt_name => 'strikecreations.com',
-		separate_log => true,
-	}
 	cron { 'wordpress_cron':
 		# Run "php -f wp-cron.php" on a schedule so that we can auto-update
 		# without giving Apache full write access!