Mercurial > repos > other > Puppet
changeset 134:b1815d10eb91 puppet-3.6
Do not supply incorrect CA chain for GG Test site
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 11 Nov 2016 18:17:46 +0000 |
parents | 9337c9ce648a |
children | b3f6c7a910d0 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Fri Nov 11 17:15:23 2016 +0000 +++ b/manifests/templates.pp Fri Nov 11 18:17:46 2016 +0000 @@ -571,6 +571,7 @@ custom_fragment => template("private/apache/glittergoth.fragment"), } website::https { 'test.glittergoth.co.uk': + ssl_ca_chain => '', docroot => "${website::basedir}/glittergoth-test", docroot_owner => $defaultusers::secondary_user, docroot_group => 'editors',