diff options
author | Michael Scherer <misc@mageia.org> | 2012-04-02 11:05:30 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-04-02 11:05:30 +0000 |
commit | e2f975cb32547481c7e738cace675fdc1aee272c (patch) | |
tree | 75c7b9731c994074766102083f728c3d8e913749 /manifests/nodes | |
parent | 40a4dd3827395ce6f7c1cf6ee675a438430d3820 (diff) | |
download | puppet-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')
-rw-r--r-- | manifests/nodes/alamut.pp | 2 |
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, |