From 67a34acd0126f185c93c67385c13b83cd88a8471 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 22 Feb 2011 01:15:43 +0000 Subject: - also connect to the ssl version of the forum on the reverse proxy ( so we can safely force the usage of https for login with fiddling ) --- manifests/nodes.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manifests/nodes.pp') diff --git a/manifests/nodes.pp b/manifests/nodes.pp index aa2d7aed..362b99f0 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -77,8 +77,11 @@ node alamut { url => "http://forums.$domain/", } + # connect to ssl so the proxy do not shoke if trying to + # enforce ssl ( note that this has not been tested, maybe this + # is uneeded ) apache::vhost_reverse_proxy { "ssl_forums.$domain": - url => "http://forums.$domain/", + url => "https://forums.$domain/", vhost => "forums.$domain", use_ssl => true, } -- cgit v1.2.1