aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/alamut.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-04-02 11:05:30 +0000
committerMichael Scherer <misc@mageia.org>2012-04-02 11:05:30 +0000
commite2f975cb32547481c7e738cace675fdc1aee272c (patch)
tree75c7b9731c994074766102083f728c3d8e913749 /manifests/nodes/alamut.pp
parent40a4dd3827395ce6f7c1cf6ee675a438430d3820 (diff)
downloadpuppet-e2f975cb32547481c7e738cace675fdc1aee272c.tar
puppet-e2f975cb32547481c7e738cace675fdc1aee272c.tar.gz
puppet-e2f975cb32547481c7e738cace675fdc1aee272c.tar.bz2
puppet-e2f975cb32547481c7e738cace675fdc1aee272c.tar.xz
puppet-e2f975cb32547481c7e738cace675fdc1aee272c.zip
split apache::reverse_proxy in a separate file
Diffstat (limited to 'manifests/nodes/alamut.pp')
-rw-r--r--manifests/nodes/alamut.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
index e7ac5e0e..b2d28fa3 100644
--- a/manifests/nodes/alamut.pp
+++ b/manifests/nodes/alamut.pp
@@ -45,7 +45,7 @@ node alamut {
# 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":
+ apache::vhost::reverse_proxy { "ssl_forums.$domain":
url => "https://forums.$domain/",
vhost => "forums.$domain",
use_ssl => true,