diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-03-15 15:01:39 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-03-15 15:01:39 +0000 |
commit | 2875448c370e623be1d475c038d70579af3071c7 (patch) | |
tree | cae0c482c22a6d5b4bccdbb6aa9aafc277e546d5 /manifests | |
parent | 7e563e93d748385a2529b017cdf44699b8da221b (diff) | |
download | puppet-2875448c370e623be1d475c038d70579af3071c7.tar puppet-2875448c370e623be1d475c038d70579af3071c7.tar.gz puppet-2875448c370e623be1d475c038d70579af3071c7.tar.bz2 puppet-2875448c370e623be1d475c038d70579af3071c7.tar.xz puppet-2875448c370e623be1d475c038d70579af3071c7.zip |
redirect http forums to https
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes.pp | 4 |
1 files changed, 1 insertions, 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 |