comparison manifests/templates.pp @ 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 060f81349dd6
children c6b1b42f3e4b
comparison
equal deleted inserted replaced
153:cf3ee1fb3f10 154:3c978b965881
612 } 612 }
613 class glittergothsite { 613 class glittergothsite {
614 website::https::multitld { 'www.glittergoth': 614 website::https::multitld { 'www.glittergoth':
615 ip => $website::secondary_ip, 615 ip => $website::secondary_ip,
616 priority => 1, 616 priority => 1,
617 ssl_ca_chain => 'glittergoth.ca-bundle', 617 letsencrypt_name => 'www.glittergoth.co.uk',
618 docroot_owner => $defaultusers::secondary_user, 618 docroot_owner => $defaultusers::secondary_user,
619 docroot_group => 'editors', 619 docroot_group => 'editors',
620 force_no_index => false, 620 force_no_index => false,
621 custom_fragment => template("private/apache/glittergoth.fragment"), 621 custom_fragment => template("private/apache/glittergoth.fragment"),
622 } 622 }