changeset 448:460bf6514bd8

Remove WarFoundry config
author IBBoard <dev@ibboard.co.uk>
date Sat, 15 Jul 2023 13:31:32 +0100
parents 1a9de0661666
children 4a6ad700cded
files manifests/templates.pp
diffstat 1 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Mon May 08 19:24:20 2023 +0100
+++ b/manifests/templates.pp	Sat Jul 15 13:31:32 2023 +0100
@@ -736,26 +736,6 @@
 	ErrorDocument 404 /error.php",
 		letsencrypt_name => 'abiknight.co.uk',
 	}
-	website::https::redir { 'www.warfoundry.co.uk':
-		proxy_4to6_ip => $proxy_4to6_ip_prefix != undef ? { true => "$proxy_4to6_ip_prefix:07", default => undef },
-		redir => 'https://www.ibboard.co.uk/warfoundry/',
-		letsencrypt_name => 'warfoundry.co.uk',
-	}
-	website::https::redir { 'warfoundry.co.uk':
-		proxy_4to6_ip => $proxy_4to6_ip_prefix != undef ? { true => "$proxy_4to6_ip_prefix:07", default => undef },
-		redir => 'https://www.ibboard.co.uk/warfoundry/',
-		letsencrypt_name => 'warfoundry.co.uk',
-	}
-	website::https::redir { 'www.warfoundry.com':
-		proxy_4to6_ip => $proxy_4to6_ip_prefix != undef ? { true => "$proxy_4to6_ip_prefix:07", default => undef },
-		redir => 'https://www.ibboard.co.uk/warfoundry/',
-		letsencrypt_name => 'warfoundry.co.uk',
-	}
-	website::https::redir { 'warfoundry.com':
-		proxy_4to6_ip => $proxy_4to6_ip_prefix != undef ? { true => "$proxy_4to6_ip_prefix:07", default => undef },
-		redir => 'https://www.ibboard.co.uk/warfoundry/',
-		letsencrypt_name => 'warfoundry.co.uk',
-	}
 	class { "webmailpimsite":
 		proxy_4to6_ip_pim => $proxy_4to6_ip_prefix != undef ? { true => "$proxy_4to6_ip_prefix:08", default => undef },
 		proxy_4to6_ip_webmail => $proxy_4to6_ip_prefix != undef ? { true => "$proxy_4to6_ip_prefix:09", default => undef },