diff options
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r-- | manifests/nodes.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index e7760fb1..7391851f 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -74,6 +74,14 @@ node alamut { } apache::vhost_redirect_ssl { "forums.$domain": } + vhost_redirect { "forum.$domain": + url => "https://forums.$domain/", + } + vhost_redirect { "ssl_forum.$domain": + url => "https://forums.$domain/", + vhost => "forum.$domain", + use_ssl => true, + } # connect to ssl so the proxy do not shoke if trying to # enforce ssl ( note that this has not been tested, maybe this |