changeset 154:3c978b965881 puppet-3.6

Swap GlitterGoth to its own Let's Encrypt cert
author IBBoard <dev@ibboard.co.uk>
date Tue, 28 Mar 2017 20:56:53 +0100
parents cf3ee1fb3f10
children e661cb2dd942
files manifests/templates.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Tue Mar 28 20:51:06 2017 +0100
+++ b/manifests/templates.pp	Tue Mar 28 20:56:53 2017 +0100
@@ -614,7 +614,7 @@
 	website::https::multitld { 'www.glittergoth':
 		ip => $website::secondary_ip,
 		priority => 1,
-		ssl_ca_chain => 'glittergoth.ca-bundle',
+		letsencrypt_name => 'www.glittergoth.co.uk',
 		docroot_owner => $defaultusers::secondary_user,
 		docroot_group => 'editors',
 		force_no_index => false,