/[adm]/puppet/deployment/websites/manifests/forum_proxy.pp
ViewVC logotype

Annotation of /puppet/deployment/websites/manifests/forum_proxy.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2391 - (hide annotations) (download)
Fri Feb 10 14:20:09 2012 UTC (12 years, 2 months ago) by misc
File size: 380 byte(s)
no longer touch to /etc/hosts, not needed anymore since last commit on apache module
1 misc 2203 class buildsystem {
2     class forum_proxy {
3     $web_domain = "forums.$domain"
4    
5     apache::vhost_reverse_proxy { "$web_domain":
6     url => "http://$web_domain/",
7     }
8    
9     apache::vhost_reverse_proxy { "ssl_$web_domain":
10     vhost => $web_domain,
11     use_ssl => true,
12     url => "http://$web_domain/",
13     }
14     }
15     }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30