From 2875448c370e623be1d475c038d70579af3071c7 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 15 Mar 2011 15:01:39 +0000 Subject: redirect http forums to https --- manifests/nodes.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 796b369d..e7760fb1 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -73,9 +73,7 @@ node alamut { ensure => 'present', } - apache::vhost_reverse_proxy { "forums.$domain": - url => "http://forums.$domain/", - } + apache::vhost_redirect_ssl { "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 -- cgit v1.2.1